Skip to content

Commit

Permalink
bump hspec-hedgehog
Browse files Browse the repository at this point in the history
https://hackage.haskell.org/package/hspec-hedgehog

succeeds:
```
cabal test --constraint 'hspec-hedgehog==0.1.1.0'
```

Closes #91
  • Loading branch information
peterbecich authored and tomjaguarpaw committed Feb 3, 2024
1 parent 20142a9 commit 11bef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test-suite extensions-test
, ghc-boot-th
, hedgehog >= 1.0 && < 1.5
, hspec
, hspec-hedgehog ^>= 0.0.1
, hspec-hedgehog >= 0.0.1
, text
ghc-options: -threaded
-rtsopts
Expand Down

0 comments on commit 11bef5e

Please sign in to comment.