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

Bad lower bound on hspec #13

Closed MasseR closed 4 years ago

MasseR commented 4 years ago

The hspec bounds are marked as

    , hspec         >= 2.4.4 && < 3

but you are trying to import modifyArgs which is introduced in hspec-2.5.8.

parsonsmatt commented 4 years ago

Great catch, thanks!