Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd authored and moodmosaic committed May 28, 2024
1 parent 06fef40 commit 328a07f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hedgehog-example/hedgehog-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ library
, hedgehog-quickcheck
, base >= 3 && < 5
, barbies
, containers >= 0.4 && < 0.7
, containers >= 0.4 && < 0.8
, directory >= 1.0 && < 1.4
, filepath >= 1.3 && < 1.5
, filepath >= 1.3 && < 1.6
, hashtables >= 1.2 && < 1.4
, lifted-base >= 0.2 && < 0.3
, mmorph >= 1.0 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions hedgehog/hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
, barbies >= 1.0 && < 2.2
, bytestring >= 0.10 && < 0.13
, concurrent-output >= 1.7 && < 1.11
, containers >= 0.4 && < 0.7
, containers >= 0.4 && < 0.8
, deepseq >= 1.1.0.0 && < 1.6
, directory >= 1.2 && < 1.4
, erf >= 2.0 && < 2.1
Expand Down Expand Up @@ -144,7 +144,7 @@ test-suite test
build-depends:
hedgehog
, base >= 3 && < 5
, containers >= 0.4 && < 0.7
, containers >= 0.4 && < 0.8
, mmorph >= 1.0 && < 1.3
, mtl >= 2.1 && < 2.4
, pretty-show >= 1.6 && < 1.11
Expand Down

0 comments on commit 328a07f

Please sign in to comment.