hspec / hspec-hedgehog

A library to integrate hedgehog tests into your hspec test suite.
https://hackage.haskell.org/package/hspec-hedgehog
Other
28 stars 6 forks source link

Use correct lower bound for hedgehog dependency #6

Closed jezen closed 4 years ago

jezen commented 4 years ago

Fixes https://github.com/parsonsmatt/hspec-hedgehog/issues/5.

Not sure if this warrants a patch version bump. Happy to make that change if that's the case.

parsonsmatt commented 4 years ago

This is a bugfix bump. I'll publish a Hackage revision fixing it too. Thanks for catching it!