Skip to content

Commit

Permalink
Loosen the QuickCheck bounds to < 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Mar 28, 2019
1 parent 20cacd4 commit 37d6ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fused-effects.cabal
Expand Up @@ -64,7 +64,7 @@ test-suite examples
build-depends: base >=4.9 && <4.13
, fused-effects
, hspec >=2.4.1
, QuickCheck >= 2.7 && < 2.13
, QuickCheck >= 2.7 && < 3
hs-source-dirs: examples
default-language: Haskell2010

Expand Down

0 comments on commit 37d6ebd

Please sign in to comment.