summaryrefslogtreecommitdiff
path: root/p/haskell-hakyll
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-06-15 14:48:30 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-06-15 14:48:30 +0400
commit31e6e91896a90dd5dcddd6b4a2b90c3bc32e054b (patch)
treee1fc282ce9cb78b6deb0eb4045a1392b502ae977 /p/haskell-hakyll
parent2b053a3c64795d93d70484692dbddb7bd4f8bb32 (diff)
downloadDHG_packages-31e6e91896a90dd5dcddd6b4a2b90c3bc32e054b.tar.gz
haskell-hakyll: Patch QuickCheck 2.6 compatibility
Diffstat (limited to 'p/haskell-hakyll')
-rw-r--r--p/haskell-hakyll/debian/changelog1
-rw-r--r--p/haskell-hakyll/debian/control4
-rw-r--r--p/haskell-hakyll/debian/patches/quickcheck-2.6-compat.patch13
-rw-r--r--p/haskell-hakyll/debian/patches/series1
4 files changed, 19 insertions, 0 deletions
diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index 2823999e5..e48cbc7b9 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,6 +1,7 @@
haskell-hakyll (4.3.0.0-1) UNRELEASED; urgency=low
* New upstream release
+ * Patch QuickCheck 2.6 compatibility
-- Joachim Breitner <nomeata@debian.org> Sat, 15 Jun 2013 12:44:47 +0200
diff --git a/p/haskell-hakyll/debian/control b/p/haskell-hakyll/debian/control
index b2015d24e..ce7c87b18 100644
--- a/p/haskell-hakyll/debian/control
+++ b/p/haskell-hakyll/debian/control
@@ -69,6 +69,10 @@ Build-Depends: debhelper (>= 9)
, libghc-http-types-dev (>= 0.7)
, libghc-http-types-dev (<< 0.9)
, libghc-http-types-prof
+ , libghc-hunit-dev (>= 1.2)
+ , libghc-hunit-dev (<< 1.3)
+ , libghc-quickcheck2-dev (>= 2.4)
+ , libghc-quickcheck2-dev (<< 2.7)
, libghc-test-framework-dev (>= 0.4)
, libghc-test-framework-dev (<< 0.9)
, libghc-test-framework-hunit-dev (>= 0.2)
diff --git a/p/haskell-hakyll/debian/patches/quickcheck-2.6-compat.patch b/p/haskell-hakyll/debian/patches/quickcheck-2.6-compat.patch
new file mode 100644
index 000000000..6a974b5ed
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/quickcheck-2.6-compat.patch
@@ -0,0 +1,13 @@
+Index: haskell-hakyll-4.3.0.0/hakyll.cabal
+===================================================================
+--- haskell-hakyll-4.3.0.0.orig/hakyll.cabal 2013-06-15 12:47:37.329150200 +0200
++++ haskell-hakyll-4.3.0.0/hakyll.cabal 2013-06-15 12:47:37.325150200 +0200
+@@ -208,7 +208,7 @@
+
+ Build-Depends:
+ HUnit >= 1.2 && < 1.3,
+- QuickCheck >= 2.4 && < 2.6,
++ QuickCheck >= 2.4 && < 2.7,
+ test-framework >= 0.4 && < 0.9,
+ test-framework-hunit >= 0.2 && < 0.4,
+ test-framework-quickcheck2 >= 0.2 && < 0.4,
diff --git a/p/haskell-hakyll/debian/patches/series b/p/haskell-hakyll/debian/patches/series
new file mode 100644
index 000000000..d90193637
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/series
@@ -0,0 +1 @@
+quickcheck-2.6-compat.patch