Skip to content

Commit

Permalink
Allow building with QuickCheck-2.15.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 23, 2024
1 parent 5f1011b commit 415a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foldable1-classes-compat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test-suite test
, transformers-compat

build-depends:
QuickCheck >=2.13.2 && <2.15
QuickCheck >=2.13.2 && <2.16
, quickcheck-instances >=0.3.27 && <0.4
, test-framework >=0.8.2.0 && <0.9
, test-framework-quickcheck2 >=0.3.0.5 && <0.4
Expand Down

0 comments on commit 415a164

Please sign in to comment.