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 <src@drewhess.com>
  • Loading branch information
dhess committed Nov 3, 2024
1 parent eb97f0a commit b748bdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ haddock-quickjump: True
haddock-hyperlink-source: True
haddock-internal: True

allow-newer: servant-openapi3:base, openapi3:*, selda:*, hedgehog:pretty-show, hedgehog-classes:pretty-show
allow-newer: servant-openapi3:base, openapi3:*, selda:*, hedgehog-classes:pretty-show

package *
ghc-options: -fwrite-ide-info
Expand Down
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 b748bdc

Please sign in to comment.