diff options
Diffstat (limited to 'p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch')
| -rw-r--r-- | p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-2.6-compat.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
