[DHG_packages] 01/06: pipes-bytestring: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:11:17 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 ee110911724a94c04939dd6183ad59293dd039a6
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:06:54 2016 -0400

    pipes-bytestring: build with ghc 8 in experimental
---
 p/haskell-pipes-bytestring/debian/changelog |  6 +++
 p/haskell-pipes-bytestring/debian/control   | 58 ++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 22 deletions(-)

diff --git a/p/haskell-pipes-bytestring/debian/changelog b/p/haskell-pipes-bytestring/debian/changelog
index 23e635f..17dd61b 100644
--- a/p/haskell-pipes-bytestring/debian/changelog
+++ b/p/haskell-pipes-bytestring/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pipes-bytestring (2.1.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:06:52 -0400
+
 haskell-pipes-bytestring (2.1.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-pipes-bytestring/debian/control b/p/haskell-pipes-bytestring/debian/control
index d6d4b73..649b91d 100644
--- a/p/haskell-pipes-bytestring/debian/control
+++ b/p/haskell-pipes-bytestring/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-pipes-bytestring
 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-pipes-dev (>= 4.0),
+ haskell-devscripts (>= 0.10),
  libghc-pipes-dev (<< 4.3),
- libghc-pipes-prof,
- libghc-pipes-group-dev (>= 1.0.0),
+ libghc-pipes-dev (>= 4.0),
  libghc-pipes-group-dev (<< 1.1),
+ libghc-pipes-group-dev (>= 1.0.0),
  libghc-pipes-group-prof,
- libghc-pipes-parse-dev (>= 3.0.0),
  libghc-pipes-parse-dev (<< 3.1),
+ libghc-pipes-parse-dev (>= 3.0.0),
  libghc-pipes-parse-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-pipes-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-pipes-doc,
  libghc-pipes-group-doc,
  libghc-pipes-parse-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pipes-bytestring
-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-pipes-bytestring
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: ByteString support for pipes
  This library provides pipes (compositional stream processing
@@ -31,12 +34,16 @@ X-Description: ByteString support for pipes
 
 Package: libghc-pipes-bytestring-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-pipes-bytestring-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-pipes-bytestring-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