diff options
Diffstat (limited to 'devel/hs-lazysmallcheck/files/patch-lazysmallcheck.cabal')
-rw-r--r-- | devel/hs-lazysmallcheck/files/patch-lazysmallcheck.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-lazysmallcheck/files/patch-lazysmallcheck.cabal b/devel/hs-lazysmallcheck/files/patch-lazysmallcheck.cabal new file mode 100644 index 000000000000..55446d2616cd --- /dev/null +++ b/devel/hs-lazysmallcheck/files/patch-lazysmallcheck.cabal @@ -0,0 +1,11 @@ +--- lazysmallcheck.cabal.orig 2009-07-15 09:45:12.000000000 +0000 ++++ lazysmallcheck.cabal 2009-07-15 09:45:44.000000000 +0000 +@@ -16,7 +16,7 @@ + significantly fewer test-cases to verify a property for all inputs up + to a given depth. + Category: Testing +-Build-Depends: base, haskell98 ++Build-Depends: base < 4, haskell98 + Build-Type: Simple + Extra-Source-Files: + examples/Catch.hs |