dorchard / effect-monad

Provides 'graded monads' and 'parameterised monads' to Haskell, enabling fine-grained reasoning about effects.
BSD 2-Clause "Simplified" License
99 stars 11 forks source link

Lift base version requirement for GHC 8 #7

Closed jbracker closed 8 years ago

jbracker commented 8 years ago

Currently the package requires base < 4.9. This makes the package incompatible with GHC 8.0.1, because the delivered version there is 4.9.0.0.

I suggest simply requiring base < 5 for now.

I would appreciate if you can upload a new version of the package quickly.

dorchard commented 8 years ago

Thanks Jan. I will upload a new version to Hackage today- I have a few other issue to deal with on this package and its sister package type-level-sets.

jbracker commented 8 years ago

Thank you for the quick response and accepting the pull request!

jbracker commented 8 years ago

Any updates on the status of the new version for Hackage?

jbracker commented 8 years ago

Is the new version of this coming to Hackage any time soon?

dorchard commented 8 years ago

Done! Thanks very much for the bump, and sorry for the delay.

jbracker commented 8 years ago

Thank you for updating the packages!