summaryrefslogtreecommitdiff
path: root/p/haskell-test-framework-quickcheck2/debian
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-test-framework-quickcheck2/debian')
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/changelog6
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-test-framework-quickcheck2/debian/changelog b/p/haskell-test-framework-quickcheck2/debian/changelog
index 8e2521544..a917c0d87 100644
--- a/p/haskell-test-framework-quickcheck2/debian/changelog
+++ b/p/haskell-test-framework-quickcheck2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-test-framework-quickcheck2 (0.3.0.3-8) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Wed, 12 Oct 2016 23:00:40 -0400
+
haskell-test-framework-quickcheck2 (0.3.0.3-7) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-test-framework-quickcheck2/debian/control b/p/haskell-test-framework-quickcheck2/debian/control
index 51ff02c9e..303db02ce 100644
--- a/p/haskell-test-framework-quickcheck2/debian/control
+++ b/p/haskell-test-framework-quickcheck2/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-quickcheck2-dev (>= 2.4),
libghc-quickcheck2-dev (<< 2.9),