hedgehogqa / haskell-hedgehog-classes

Hedgehog will eat your typeclass bugs
BSD 3-Clause "New" or "Revised" License
56 stars 17 forks source link

Compatibility with newer dependencies #59

Closed ysangkok closed 1 week ago

ysangkok commented 1 week ago

Tested using

cabal test -w ghc-9.10.1 -c 'hedgehog>=1.5' -c 'primitive>=0.9'

which passes.

ysangkok commented 1 week ago

@chessai Would it be possible to make a revision with these changes? Similar to the previous revisions that were made.