[DHG_packages] 01/05: pipes: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:04:56 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 222dc0a4d7be840d29f6e1d40034f372433ec3a8
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:01:13 2016 -0400

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

diff --git a/p/haskell-pipes/debian/changelog b/p/haskell-pipes/debian/changelog
index 03a18f7..4c5ccde 100644
--- a/p/haskell-pipes/debian/changelog
+++ b/p/haskell-pipes/debian/changelog
@@ -1,8 +1,8 @@
-haskell-pipes (4.1.9-2) UNRELEASED; urgency=medium
+haskell-pipes (4.1.9-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:55 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:00:56 -0400
 
 haskell-pipes (4.1.9-1) unstable; urgency=medium
 
diff --git a/p/haskell-pipes/debian/control b/p/haskell-pipes/debian/control
index 9fcde66..9fa34ec 100644
--- a/p/haskell-pipes/debian/control
+++ b/p/haskell-pipes/debian/control
@@ -1,25 +1,28 @@
 Source: haskell-pipes
 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-mmorph-dev (>= 1.0.0),
+ haskell-devscripts (>= 0.10),
  libghc-mmorph-dev (<< 1.1),
+ libghc-mmorph-dev (>= 1.0.0),
  libghc-mmorph-prof,
- libghc-mtl-dev (>= 2.1),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mmorph-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pipes
-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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: compositional pipelines
  pipes is a clean and powerful stream processing library that lets you
@@ -37,12 +40,16 @@ X-Description: compositional pipelines
 
 Package: libghc-pipes-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}
  .
@@ -50,11 +57,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pipes-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}
  .
@@ -63,10 +74,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-pipes-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