[DHG_packages] 03/05: pipes-safe: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:21:50 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 404bb5f42775058cbf7861e4e98a421f3a5ad404
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:19:14 2016 -0400

    pipes-safe: build with ghc 8 in experimental
---
 p/haskell-pipes-safe/debian/changelog |  6 ++--
 p/haskell-pipes-safe/debian/control   | 60 +++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-pipes-safe/debian/changelog b/p/haskell-pipes-safe/debian/changelog
index 7c7c6d0..d11a3c1 100644
--- a/p/haskell-pipes-safe/debian/changelog
+++ b/p/haskell-pipes-safe/debian/changelog
@@ -1,8 +1,8 @@
-haskell-pipes-safe (2.2.4-2) UNRELEASED; urgency=medium
+haskell-pipes-safe (2.2.4-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 16:18:50 -0400
 
 haskell-pipes-safe (2.2.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-pipes-safe/debian/control b/p/haskell-pipes-safe/debian/control
index 907fac4..feee451 100644
--- a/p/haskell-pipes-safe/debian/control
+++ b/p/haskell-pipes-safe/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-pipes-safe
 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-exceptions-dev (>= 0.6),
+ haskell-devscripts (>= 0.10),
  libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.6),
  libghc-exceptions-prof,
- libghc-monad-control-dev (>= 1.0.0.4),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 1.0.0.4),
  libghc-monad-control-prof,
- libghc-mtl-dev (>= 2.1),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
- libghc-pipes-dev (>= 4.0.0),
  libghc-pipes-dev (<< 4.3),
+ libghc-pipes-dev (>= 4.0.0),
  libghc-pipes-prof,
- libghc-transformers-base-dev (>= 0.4.4),
  libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4.4),
  libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-exceptions-doc,
  libghc-monad-control-doc,
  libghc-mtl-doc,
@@ -31,7 +34,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-transformers-base-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pipes-safe
-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-safe
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: safety for the pipes ecosystem
  This package adds resource management and exception handling to the
@@ -51,12 +54,16 @@ X-Description: safety for the pipes ecosystem
 
 Package: libghc-pipes-safe-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}
  .
@@ -64,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pipes-safe-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}
  .
@@ -77,10 +88,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-pipes-safe-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