Skip to content
Snippets Groups Projects
Commit 9ef33dcb authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by Ryan Scott
Browse files

patches: Merge revision 1 of QuickCheck-2.14

parent 4a7f5e2d
No related branches found
No related tags found
No related merge requests found
diff --git a/QuickCheck.cabal b/QuickCheck.cabal
index 0958f44..d9e5bdc 100644
--- a/QuickCheck.cabal
+++ b/QuickCheck.cabal
@@ -120,7 +120,7 @@ library
-- Use splitmix on newer GHCs.
if impl(ghc >= 7.0)
- Build-depends: splitmix >= 0.0.4
+ Build-depends: splitmix >= 0.0.4 && < 0.1
else
cpp-options: -DNO_SPLITMIX
diff --git a/Test/QuickCheck/All.hs b/Test/QuickCheck/All.hs diff --git a/Test/QuickCheck/All.hs b/Test/QuickCheck/All.hs
index 8230495..33d1db5 100644 index 8230495..33d1db5 100644
--- a/Test/QuickCheck/All.hs --- a/Test/QuickCheck/All.hs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment