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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:05:00 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 50fab1dcf235537091b809f3abe998f54b4026c9
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:02:49 2016 -0400

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

diff --git a/p/haskell-pipes-parse/debian/changelog b/p/haskell-pipes-parse/debian/changelog
index e2653e1..72e676d 100644
--- a/p/haskell-pipes-parse/debian/changelog
+++ b/p/haskell-pipes-parse/debian/changelog
@@ -1,8 +1,8 @@
-haskell-pipes-parse (3.0.7-2) UNRELEASED; urgency=medium
+haskell-pipes-parse (3.0.7-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:02:42 -0400
 
 haskell-pipes-parse (3.0.7-1) unstable; urgency=medium
 
diff --git a/p/haskell-pipes-parse/debian/control b/p/haskell-pipes-parse/debian/control
index ceb12b6..cf3fefe 100644
--- a/p/haskell-pipes-parse/debian/control
+++ b/p/haskell-pipes-parse/debian/control
@@ -1,21 +1,24 @@
 Source: haskell-pipes-parse
 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.1),
+ haskell-devscripts (>= 0.10),
  libghc-pipes-dev (<< 4.3),
+ libghc-pipes-dev (>= 4.1),
  libghc-pipes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-pipes-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pipes-parse
-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-parse
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: parsing infrastructure for the pipes ecosystem
  pipes-parse builds upon the pipes library to provide shared parsing
@@ -27,12 +30,16 @@ X-Description: parsing infrastructure for the pipes ecosystem
 
 Package: libghc-pipes-parse-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}
  .
@@ -40,11 +47,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-pipes-parse-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}
  .
@@ -53,10 +64,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-pipes-parse-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