Skip to content

Commit

Permalink
hedgehog-{example,quickcheck,test-laws}: Raise QuickCheck bound
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy authored and moodmosaic committed May 14, 2024
1 parent fd182bf commit 5e7a8a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hedgehog-example/hedgehog-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library
, parsec >= 3.1 && < 3.2
, pretty-show >= 1.6 && < 1.11
, process >= 1.2 && < 1.7
, QuickCheck >= 2.7 && < 2.15
, QuickCheck >= 2.7 && < 2.16
, resourcet >= 1.1 && < 1.4
, template-haskell >= 2.10 && < 2.22
, temporary >= 1.3 && < 1.4
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-quickcheck/hedgehog-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
build-depends:
base >= 3 && < 5
, hedgehog >= 0.5 && < 1.5
, QuickCheck >= 2.7 && < 2.15
, QuickCheck >= 2.7 && < 2.16
, transformers >= 0.4 && < 0.7

ghc-options:
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-test-laws/hedgehog-test-laws.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test-suite test
, base >= 3 && < 5
-- https://github.com/conal/checkers/issues/44
, checkers >= 0.5 && < 0.5.5
, QuickCheck >= 2.10 && < 2.15
, QuickCheck >= 2.10 && < 2.16
, tasty >= 1.2 && < 1.3
, tasty-expected-failure >= 0.11 && < 0.12
, tasty-quickcheck >= 0.10 && < 0.11
Expand Down

0 comments on commit 5e7a8a8

Please sign in to comment.