[DHG_packages] 01/05: binary-parsers: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16: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 d37f78dc2ff55deee87d3fa64f9ef3119db1fba2
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:07:49 2016 -0400
binary-parsers: build with ghc 8 in experimental
---
p/haskell-binary-parsers/debian/changelog | 6 +++
p/haskell-binary-parsers/debian/control | 71 +++++++++++++++++++------------
2 files changed, 50 insertions(+), 27 deletions(-)
diff --git a/p/haskell-binary-parsers/debian/changelog b/p/haskell-binary-parsers/debian/changelog
index 314ef15..190ab6b 100644
--- a/p/haskell-binary-parsers/debian/changelog
+++ b/p/haskell-binary-parsers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-parsers (0.2.3.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:07:44 -0400
+
haskell-binary-parsers (0.2.3.0-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-binary-parsers/debian/control b/p/haskell-binary-parsers/debian/control
index 247af3d..7c23097 100644
--- a/p/haskell-binary-parsers/debian/control
+++ b/p/haskell-binary-parsers/debian/control
@@ -1,35 +1,38 @@
Source: haskell-binary-parsers
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 (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
ghc-prof,
- libghc-bytestring-lexing-dev (>= 0.5),
- libghc-bytestring-lexing-dev (<< 0.6),
- libghc-bytestring-lexing-prof,
- libghc-scientific-dev (>> 0.3),
- libghc-scientific-prof,
- libghc-quickcheck2-dev (>= 2.7),
+ haskell-devscripts (>= 0.9),
libghc-attoparsec-dev,
libghc-bytestring-lexing-dev,
- libghc-fail-dev (>= 4.9),
+ libghc-bytestring-lexing-dev (<< 0.6),
+ libghc-bytestring-lexing-dev (>= 0.5),
+ libghc-bytestring-lexing-prof,
libghc-fail-dev (<< 4.10),
+ libghc-fail-dev (>= 4.9),
libghc-quickcheck-instances-dev (>= 0.3),
libghc-quickcheck-unicode-dev,
+ libghc-quickcheck2-dev (>= 2.7),
libghc-scientific-dev,
- libghc-semigroups-dev (>= 0.16.1),
+ libghc-scientific-dev (>> 0.3),
+ libghc-scientific-prof,
libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.16.1),
libghc-tasty-dev (>= 0.11),
libghc-tasty-hunit-dev (>= 0.8),
libghc-tasty-quickcheck-dev (>= 0.8),
libghc-text-dev,
libghc-unordered-containers-dev,
libghc-vector-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-bytestring-lexing-doc,
libghc-scientific-doc,
Standards-Version: 3.9.8
@@ -50,13 +53,18 @@ X-Description: parsec-/attoparsec-style parsing combinators
Package: libghc-binary-parsers-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -64,12 +72,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-binary-parsers-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -78,11 +91,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-binary-parsers-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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