summaryrefslogtreecommitdiff
path: root/p/haskell-test-framework-quickcheck2
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-06-16 23:47:43 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-06-16 23:47:43 +0400
commit411b1489c8f2176722d07adfd4dba340661391a2 (patch)
tree4c1af0989e3dd7804926df13160edd1e84a2d976 /p/haskell-test-framework-quickcheck2
parent476abb8c13f176f3cd73d50289662ba094a2f34a (diff)
downloadDHG_packages-411b1489c8f2176722d07adfd4dba340661391a2.tar.gz
haskell-test-framework-quickcheck2: Add quickcheck-2.6-compat.patch
Diffstat (limited to 'p/haskell-test-framework-quickcheck2')
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/changelog6
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/control2
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch13
-rw-r--r--p/haskell-test-framework-quickcheck2/debian/patches/series1
4 files changed, 21 insertions, 1 deletions
diff --git a/p/haskell-test-framework-quickcheck2/debian/changelog b/p/haskell-test-framework-quickcheck2/debian/changelog
index 3e5da73aa..c483f5120 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.1-2) UNRELEASED; urgency=low
+
+ * Add quickcheck-2.6-compat.patch
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 16 Jun 2013 21:47:25 +0200
+
haskell-test-framework-quickcheck2 (0.3.0.1-1) unstable; urgency=low
* New upstream release
diff --git a/p/haskell-test-framework-quickcheck2/debian/control b/p/haskell-test-framework-quickcheck2/debian/control
index c68837fec..fae8404a1 100644
--- a/p/haskell-test-framework-quickcheck2/debian/control
+++ b/p/haskell-test-framework-quickcheck2/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.6),
+ libghc-quickcheck2-dev (<< 2.7),
libghc-quickcheck2-prof,
libghc-test-framework-dev (>= 0.7.1),
libghc-test-framework-prof
diff --git a/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch b/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch
new file mode 100644
index 000000000..86533c205
--- /dev/null
+++ b/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch
@@ -0,0 +1,13 @@
+Index: haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal
+===================================================================
+--- haskell-test-framework-quickcheck2-0.3.0.1.orig/test-framework-quickcheck2.cabal 2012-12-06 17:59:40.000000000 +0100
++++ haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal 2013-06-16 21:47:07.929161735 +0200
+@@ -22,7 +22,7 @@
+ Library
+ Exposed-Modules: Test.Framework.Providers.QuickCheck2
+
+- Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0
++ Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.7, extensible-exceptions >= 0.1.1 && < 0.2.0
+ if flag(base3)
+ Build-Depends: base >= 3 && < 4, random >= 1
+ else
diff --git a/p/haskell-test-framework-quickcheck2/debian/patches/series b/p/haskell-test-framework-quickcheck2/debian/patches/series
new file mode 100644
index 000000000..d90193637
--- /dev/null
+++ b/p/haskell-test-framework-quickcheck2/debian/patches/series
@@ -0,0 +1 @@
+quickcheck-2.6-compat.patch