Skip to content

Commit

Permalink
bump hedgehog upper bound (#143)
Browse files Browse the repository at this point in the history
closes: #142

succeeds:
```
cabal build --constraint 'hedgehog==1.4' --enable-tests
```
  • Loading branch information
peterbecich authored Jan 17, 2024
1 parent 8a24e72 commit 9a14282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o-clock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-suite o-clock-test
Test.Time.Units

build-depends: o-clock
, hedgehog >= 0.6 && < 1.4
, hedgehog >= 0.6 && < 1.5
, hspec-expectations ^>= 0.8
, tasty >= 0.12 && < 1.6
, tasty-hedgehog >= 0.1 && < 1.5.0
Expand Down

0 comments on commit 9a14282

Please sign in to comment.