Skip to content

Commit

Permalink
Merge pull request #78 from erikd/master
Browse files Browse the repository at this point in the history
Support ghc 9.12
  • Loading branch information
gwils authored Nov 17, 2024
2 parents afcccfe + 0101141 commit d31572e
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 @@ -21,7 +21,7 @@ source-repository head

library
exposed-modules: Test.Tasty.Hedgehog
build-depends: base >= 4.8 && <4.21
build-depends: base >= 4.8 && <4.22
, tagged >= 0.8 && < 0.9
, tasty >= 0.11 && < 1.6
, hedgehog >= 1.4 && < 1.6
Expand All @@ -33,7 +33,7 @@ test-suite tasty-hedgehog-tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
build-depends: base >= 4.8 && <4.21
build-depends: base >= 4.8 && <4.22
, tasty >= 0.11 && < 1.6
, tasty-expected-failure >= 0.11 && < 0.13
, hedgehog >= 1.4 && < 1.6
Expand Down

0 comments on commit d31572e

Please sign in to comment.