Skip to content

Commit

Permalink
Revise bounds on constraints package
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed May 29, 2024
1 parent 3548f43 commit 1405e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickcheck-lockstep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
build-depends:
-- quickcheck-dynamic requires ghc 8.10 minimum
base >= 4.14 && < 4.20
, constraints >= 0.13 && < 0.14
, constraints >= 0.13 && < 0.15
, mtl >= 2.2 && < 2.4
, containers >= 0.6 && < 0.7
, QuickCheck >= 2.14 && < 2.15
Expand Down

0 comments on commit 1405e3f

Please sign in to comment.