[DHG_packages] 02/06: pipes-group: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:48:46 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 02ce164f16fc4d8ab96893a81d0a2204a5959307
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:44:25 2016 -0400

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

diff --git a/p/haskell-pipes-group/debian/changelog b/p/haskell-pipes-group/debian/changelog
index 44da297..0135a87 100644
--- a/p/haskell-pipes-group/debian/changelog
+++ b/p/haskell-pipes-group/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pipes-group (1.0.5-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:44:23 -0400
+
 haskell-pipes-group (1.0.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-pipes-group/debian/control b/p/haskell-pipes-group/debian/control
index 0932d72..e4f2f26 100644
--- a/p/haskell-pipes-group/debian/control
+++ b/p/haskell-pipes-group/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-pipes-group
 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-free-dev (>= 3.2),
+ haskell-devscripts (>= 0.10),
  libghc-free-dev (<< 5),
+ libghc-free-dev (>= 3.2),
  libghc-free-prof,
- libghc-pipes-dev (>= 4.0),
  libghc-pipes-dev (<< 4.3),
- libghc-pipes-prof,
- libghc-pipes-parse-dev (>= 3.0.0),
+ libghc-pipes-dev (>= 4.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-free-doc,
  libghc-pipes-doc,
  libghc-pipes-parse-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pipes-group
-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-group
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: group streams into substreams
  pipes-group uses FreeT and lenses to group streams into sub-streams.
@@ -33,12 +36,16 @@ X-Description: group streams into substreams
 
 Package: libghc-pipes-group-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}
  .
@@ -46,11 +53,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pipes-group-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}
  .
@@ -59,10 +70,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-pipes-group-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