diff options
Diffstat (limited to 'devel/hs-testpack/files/patch-testpack.cabal')
-rw-r--r-- | devel/hs-testpack/files/patch-testpack.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-testpack/files/patch-testpack.cabal b/devel/hs-testpack/files/patch-testpack.cabal index f349491c00c9..ad3736aabe80 100644 --- a/devel/hs-testpack/files/patch-testpack.cabal +++ b/devel/hs-testpack/files/patch-testpack.cabal @@ -1,11 +1,11 @@ --- ./testpack.cabal.orig 2013-02-25 16:03:46.000000000 +0100 -+++ ./testpack.cabal 2013-03-09 17:54:39.000000000 +0100 ++++ ./testpack.cabal 2013-05-04 00:08:00.417315359 +0200 @@ -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 ++ QuickCheck >= 2.1.0.3 && < 2.7 If flag(splitBase) Build-Depends: base >= 3 && < 5, containers, random |