hedgehogqa / haskell-hedgehog-classes

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

Bump upper version bounds for GHC 9.6 #51

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

Because GHC 9.6 adds liftA2 to the Prelude, I also qualified every import of liftA2 to avoid -Wredundant-imports warning when building with GHC 9.6.

RyanGlScott commented 1 year ago

Thanks! I've made a corresponding revision here.

chessai commented 1 year ago

Thanks! I've made a corresponding revision here.

Thank YOU for the PR and for the revision. I'll release 0.2.5.5 shortly to remove any warnings.

RyanGlScott commented 1 year ago

Thanks! I considered doing so my myself, but then I realized that I didn't have GitHub permissions to the repo :)