Skip to content

Commit

Permalink
Upgrade hedgehog to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gwils committed Aug 11, 2024
1 parent 55e0cf5 commit afcccfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasty-hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library
build-depends: base >= 4.8 && <4.21
, tagged >= 0.8 && < 0.9
, tasty >= 0.11 && < 1.6
, hedgehog >= 1.4 && < 1.5
, hedgehog >= 1.4 && < 1.6
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
Expand All @@ -36,7 +36,7 @@ test-suite tasty-hedgehog-tests
build-depends: base >= 4.8 && <4.21
, tasty >= 0.11 && < 1.6
, tasty-expected-failure >= 0.11 && < 0.13
, hedgehog >= 1.4 && < 1.5
, hedgehog >= 1.4 && < 1.6
, tasty-hedgehog
ghc-options: -Wall
default-language: Haskell2010

0 comments on commit afcccfe

Please sign in to comment.