[DHG_packages] 01/05: binary-conduit: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:41:34 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 32ed1c29cdbb12a250a7d1e952dcd71e820dc738
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:37:12 2016 -0400

    binary-conduit: build with ghc 8 in experimental
---
 p/haskell-binary-conduit/debian/changelog |  6 ++++
 p/haskell-binary-conduit/debian/control   | 52 ++++++++++++++++++++-----------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-binary-conduit/debian/changelog b/p/haskell-binary-conduit/debian/changelog
index 496c049..861374f 100644
--- a/p/haskell-binary-conduit/debian/changelog
+++ b/p/haskell-binary-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-conduit (1.2.4.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:37:08 -0400
+
 haskell-binary-conduit (1.2.4.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-binary-conduit/debian/control b/p/haskell-binary-conduit/debian/control
index b8c36d1..c1c574c 100644
--- a/p/haskell-binary-conduit/debian/control
+++ b/p/haskell-binary-conduit/debian/control
@@ -1,27 +1,30 @@
 Source: haskell-binary-conduit
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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,
- libghc-conduit-dev (>= 1.1),
+ haskell-devscripts (>= 0.10),
  libghc-conduit-dev (<< 1.3),
+ libghc-conduit-dev (>= 1.1),
  libghc-conduit-prof,
  libghc-resourcet-dev (>= 1.1),
  libghc-resourcet-prof,
  libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-conduit-doc,
  libghc-resourcet-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/qnikst/binary-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-binary-conduit
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: data serialization/deserialization conduit library
  Allow binary serialization using iterative conduit interface.
@@ -30,12 +33,16 @@ X-Description: data serialization/deserialization conduit library
 
 Package: libghc-binary-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}
  .
@@ -43,11 +50,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-binary-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}
  .
@@ -56,10 +67,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-binary-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