[DHG_packages] 05/05: http-common: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:26:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 165305fc93389e0cb293b1a4153995edcfa3769f
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:25:24 2016 -0400

    http-common: build with ghc 8 in experimental
---
 p/haskell-http-common/debian/changelog |  8 ++---
 p/haskell-http-common/debian/control   | 59 ++++++++++++++++++++++------------
 2 files changed, 42 insertions(+), 25 deletions(-)

diff --git a/p/haskell-http-common/debian/changelog b/p/haskell-http-common/debian/changelog
index c8a83ca..a04e2f1 100644
--- a/p/haskell-http-common/debian/changelog
+++ b/p/haskell-http-common/debian/changelog
@@ -1,13 +1,13 @@
-haskell-http-common (0.8.2.0-3) UNRELEASED; urgency=medium
+haskell-http-common (0.8.2.0-3) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:32 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:25:20 -0400
 
 haskell-http-common (0.8.2.0-2) unstable; urgency=medium
 
diff --git a/p/haskell-http-common/debian/control b/p/haskell-http-common/debian/control
index 519f099..a940169 100644
--- a/p/haskell-http-common/debian/control
+++ b/p/haskell-http-common/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-http-common
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-base64-bytestring-dev,
  libghc-base64-bytestring-prof,
  libghc-blaze-builder-dev,
@@ -22,7 +24,8 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-blaze-builder-doc,
  libghc-case-insensitive-doc,
@@ -32,9 +35,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://research.operationaldynamics.com/projects/http-streams/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-common
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Common types for HTTP clients and servers
+X-Description: common types for HTTP clients and servers
  Base types used by a variety of HTTP clients and servers. See http-streams
  "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
  documentation. You can import Network.Http.Types if you like, but both
@@ -42,13 +45,18 @@ X-Description: Common types for HTTP clients and servers
 
 Package: libghc-http-common-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -56,12 +64,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-http-common-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -70,11 +83,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-http-common-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list