[DHG_packages] 03/04: base-compat: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 23:32:33 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 be764e7cd4277b0466728be6d0f880259f22546a
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 19:28:20 2016 -0400
base-compat: build with ghc 8 in experimental
---
p/haskell-base-compat/debian/changelog | 6 +++---
p/haskell-base-compat/debian/control | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/p/haskell-base-compat/debian/changelog b/p/haskell-base-compat/debian/changelog
index e82fcd1..d0c374a 100644
--- a/p/haskell-base-compat/debian/changelog
+++ b/p/haskell-base-compat/debian/changelog
@@ -1,8 +1,8 @@
-haskell-base-compat (0.9.1-2) UNRELEASED; urgency=medium
+haskell-base-compat (0.9.1-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:13 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 19:28:14 -0400
haskell-base-compat (0.9.1-1) unstable; urgency=medium
diff --git a/p/haskell-base-compat/debian/control b/p/haskell-base-compat/debian/control
index 9bcc8d2..9ada45b 100644
--- a/p/haskell-base-compat/debian/control
+++ b/p/haskell-base-compat/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8.0),
ghc-prof,
libghc-quickcheck2-dev,
libghc-hspec-dev (>= 1.8),
@@ -15,7 +15,7 @@ Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/base-compat
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A compatibility layer for base
+X-Description: compatibility layer for base
With this package, you can ban CPP from your code.
See the README at <https://github.com/sol/base-compat#readme> to see what's
covered.
--
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