Skip to content

Commit

Permalink
chore: hedgehog v1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Nov 3, 2024
1 parent eb97f0a commit 6cf7129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion primer-api/primer-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library primer-api-hedgehog

build-depends:
, base
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, primer
, primer-api
, primer:primer-hedgehog
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ test-suite primer-service-test
, aeson-pretty
, base
, bytestring
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, hedgehog-quickcheck ^>=0.1.1
, hspec ^>=2.11
, openapi3
Expand Down
2 changes: 1 addition & 1 deletion primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ library primer-hedgehog
, base
, containers
, extra
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, mmorph ^>=1.2.0
, mtl
, primer
Expand Down

0 comments on commit 6cf7129

Please sign in to comment.