[DHG_packages] 11/29: unordered-containers: build against ghc8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 03:25:59 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 21fab69c74fe6d2f29be1faaabc5138e9516da42
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 12 22:48:49 2016 -0400
unordered-containers: build against ghc8 in experimental
---
p/haskell-unordered-containers/debian/changelog | 6 ++++++
p/haskell-unordered-containers/debian/control | 14 +++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/p/haskell-unordered-containers/debian/changelog b/p/haskell-unordered-containers/debian/changelog
index 284e157..1383070 100644
--- a/p/haskell-unordered-containers/debian/changelog
+++ b/p/haskell-unordered-containers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-unordered-containers (0.2.7.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Wed, 12 Oct 2016 22:48:23 -0400
+
haskell-unordered-containers (0.2.7.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-unordered-containers/debian/control b/p/haskell-unordered-containers/debian/control
index f3ca0c7..f4e9648 100644
--- a/p/haskell-unordered-containers/debian/control
+++ b/p/haskell-unordered-containers/debian/control
@@ -6,17 +6,17 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-hashable-dev (>= 1.0.1.1),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
- libghc-chasingbottoms-dev,
- libghc-hunit-dev,
- libghc-quickcheck2-dev (>= 2.4.0.1),
- libghc-test-framework-dev (>= 0.3.3),
- libghc-test-framework-hunit-dev,
- libghc-test-framework-quickcheck2-dev (>= 0.2.9),
+ libghc-chasingbottoms-dev <!nocheck>,
+ libghc-hunit-dev <!nocheck>,
+ libghc-quickcheck2-dev (>= 2.4.0.1) <!nocheck>,
+ libghc-test-framework-dev (>= 0.3.3) <!nocheck>,
+ libghc-test-framework-hunit-dev <!nocheck>,
+ libghc-test-framework-quickcheck2-dev (>= 0.2.9) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
Standards-Version: 3.9.8
--
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