[DHG_packages] 04/05: cassava: 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 3f0043659feb8c49679ae08e5b93ce55f75cb598
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:09:08 2016 -0400
cassava: build with ghc 8 in experimental
---
p/haskell-cassava/debian/changelog | 6 ++--
p/haskell-cassava/debian/control | 64 +++++++++++++++++++++++---------------
2 files changed, 42 insertions(+), 28 deletions(-)
diff --git a/p/haskell-cassava/debian/changelog b/p/haskell-cassava/debian/changelog
index e2960b0..0a66f05 100644
--- a/p/haskell-cassava/debian/changelog
+++ b/p/haskell-cassava/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cassava (0.4.5.0-2) UNRELEASED; urgency=medium
+haskell-cassava (0.4.5.0-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:17 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:09:04 -0400
haskell-cassava (0.4.5.0-1) unstable; urgency=medium
diff --git a/p/haskell-cassava/debian/control b/p/haskell-cassava/debian/control
index 2e2653c..86be349 100644
--- a/p/haskell-cassava/debian/control
+++ b/p/haskell-cassava/debian/control
@@ -1,36 +1,39 @@
Source: haskell-cassava
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-attoparsec-dev (>= 0.10.2),
+ haskell-devscripts (>= 0.10),
+ libghc-attoparsec-dev,
libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10.2),
libghc-attoparsec-prof,
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-prof,
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-prof,
- libghc-vector-dev (<< 0.12),
- libghc-vector-prof,
libghc-hunit-dev,
libghc-quickcheck2-dev (>= 2.0),
- libghc-attoparsec-dev,
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
libghc-text-dev,
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
libghc-unordered-containers-dev,
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
libghc-vector-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (<< 0.12),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-builder-doc,
libghc-hashable-doc,
@@ -47,12 +50,16 @@ X-Description: CSV parsing and encoding library
Package: libghc-cassava-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}
.
@@ -60,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cassava-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}
.
@@ -73,10 +84,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cassava-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