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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:52:23 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 3041bcf5f4ed87b7e169e5067a0d5ce6974e84fd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:51:24 2016 -0400

    http-link-header: build with ghc 8 in experimental
---
 p/haskell-http-link-header/debian/changelog |  3 +-
 p/haskell-http-link-header/debian/control   | 59 +++++++++++++++++++----------
 2 files changed, 40 insertions(+), 22 deletions(-)

diff --git a/p/haskell-http-link-header/debian/changelog b/p/haskell-http-link-header/debian/changelog
index 9d0ce8e..74a0ba3 100644
--- a/p/haskell-http-link-header/debian/changelog
+++ b/p/haskell-http-link-header/debian/changelog
@@ -1,6 +1,7 @@
-haskell-http-link-header (1.0.2-3) UNRELEASED; urgency=medium
+haskell-http-link-header (1.0.2-3) experimental; urgency=medium
 
   * Re-enable testsuite on armel.
+  * Temporarily build-depend on ghc 8.
 
  -- Clint Adams <clint at debian.org>  Thu, 06 Oct 2016 13:08:17 -0400
 
diff --git a/p/haskell-http-link-header/debian/control b/p/haskell-http-link-header/debian/control
index 07327de..f51c64f 100644
--- a/p/haskell-http-link-header/debian/control
+++ b/p/haskell-http-link-header/debian/control
@@ -1,28 +1,31 @@
 Source: haskell-http-link-header
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: James McCoy <jamessan at debian.org>
+Uploaders:
+ James McCoy <jamessan at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
- cdbs,
+Build-Depends:
  cabal-install,
- ghc,
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-attoparsec-dev,
  libghc-attoparsec-prof,
  libghc-bytestring-conversion-dev,
  libghc-bytestring-conversion-prof,
  libghc-errors-dev,
  libghc-errors-prof,
- libghc-hspec-dev,
  libghc-hspec-attoparsec-dev,
+ libghc-hspec-dev,
  libghc-network-uri-dev,
  libghc-network-uri-prof,
  libghc-quickcheck2-dev,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-bytestring-conversion-doc,
  libghc-errors-doc,
@@ -38,13 +41,18 @@ X-Description: parser/writer for RFC 5988's HTTP Link header
 
 Package: libghc-http-link-header-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}
  .
@@ -52,12 +60,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-http-link-header-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}
  .
@@ -66,11 +79,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-http-link-header-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