[DHG_packages] 04/05: cryptohash-conduit: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:26:33 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 4d6e381e067426f021524745ce9f24bb249a73b6
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:24:44 2016 -0400

    cryptohash-conduit: build with ghc 8 in experimental
---
 p/haskell-cryptohash-conduit/debian/changelog |  8 ++---
 p/haskell-cryptohash-conduit/debian/control   | 52 +++++++++++++++++----------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-cryptohash-conduit/debian/changelog b/p/haskell-cryptohash-conduit/debian/changelog
index 360b4fa..1929fa2 100644
--- a/p/haskell-cryptohash-conduit/debian/changelog
+++ b/p/haskell-cryptohash-conduit/debian/changelog
@@ -1,13 +1,13 @@
-haskell-cryptohash-conduit (0.1.1-7) UNRELEASED; urgency=medium
+haskell-cryptohash-conduit (0.1.1-7) 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:04 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:24:40 -0400
 
 haskell-cryptohash-conduit (0.1.1-6) unstable; urgency=medium
 
diff --git a/p/haskell-cryptohash-conduit/debian/control b/p/haskell-cryptohash-conduit/debian/control
index f9e9a6d..9fa6640 100644
--- a/p/haskell-cryptohash-conduit/debian/control
+++ b/p/haskell-cryptohash-conduit/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-cryptohash-conduit
 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-conduit-dev,
- libghc-conduit-prof,
  libghc-conduit-extra-dev,
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-cryptohash-dev,
  libghc-cryptohash-prof,
  libghc-resourcet-dev,
  libghc-resourcet-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-conduit-doc,
  libghc-conduit-extra-doc,
  libghc-cryptohash-doc,
  libghc-resourcet-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-cryptohash-conduit
-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-cryptohash-conduit
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Conduit interface to cryptohash
  This package supports the cryptohash package, providing conduits as defined in
@@ -31,12 +34,16 @@ X-Description: Conduit interface to cryptohash
 
 Package: libghc-cryptohash-conduit-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -44,11 +51,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-cryptohash-conduit-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -57,10 +68,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-cryptohash-conduit-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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