diff options
Diffstat (limited to 'devel/hs-testpack/files/patch-testpack.cabal')
-rw-r--r-- | devel/hs-testpack/files/patch-testpack.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-testpack/files/patch-testpack.cabal b/devel/hs-testpack/files/patch-testpack.cabal new file mode 100644 index 000000000000..f349491c00c9 --- /dev/null +++ b/devel/hs-testpack/files/patch-testpack.cabal @@ -0,0 +1,11 @@ +--- ./testpack.cabal.orig 2013-02-25 16:03:46.000000000 +0100 ++++ ./testpack.cabal 2013-03-09 17:54:39.000000000 +0100 +@@ -39,7 +39,7 @@ + + Build-Depends: base >= 3 && < 5, + mtl, HUnit, +- QuickCheck >= 2.1.0.3 && < 2.5 ++ QuickCheck >= 2.1.0.3 && < 2.6 + + If flag(splitBase) + Build-Depends: base >= 3 && < 5, containers, random |