[DHG_packages] 03/05: tasty-quickcheck: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 23:49:26 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 41f289f824470de877bd8a3a8f3d5f4409ad1b21
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 19:44:52 2016 -0400
tasty-quickcheck: build with ghc 8 in experimental
---
p/haskell-tasty-quickcheck/debian/changelog | 8 ++++----
p/haskell-tasty-quickcheck/debian/control | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-tasty-quickcheck/debian/changelog b/p/haskell-tasty-quickcheck/debian/changelog
index 2097830..3905689 100644
--- a/p/haskell-tasty-quickcheck/debian/changelog
+++ b/p/haskell-tasty-quickcheck/debian/changelog
@@ -1,14 +1,14 @@
-haskell-tasty-quickcheck (0.8.4-2) UNRELEASED; urgency=medium
+haskell-tasty-quickcheck (0.8.4-2) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:18 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 19:44:46 -0400
haskell-tasty-quickcheck (0.8.4-1) unstable; urgency=medium
diff --git a/p/haskell-tasty-quickcheck/debian/control b/p/haskell-tasty-quickcheck/debian/control
index 5ad90ff..e308be1 100644
--- a/p/haskell-tasty-quickcheck/debian/control
+++ b/p/haskell-tasty-quickcheck/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 (>= 2.7),
libghc-quickcheck2-dev (<< 3),
@@ -21,7 +21,7 @@ Build-Depends-Indep: ghc-doc,
libghc-tasty-doc,
Standards-Version: 3.9.8
Homepage: http://documentup.com/feuerbach/tasty
-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-tasty-quickcheck
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell testing framework, QuickCheck support
QuickCheck support for the Tasty test framework.
--
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