Gabriella439 / Haskell-MMorph-Library

Monad morphisms
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Only enable PolyKinds on GHC 7.6+ #37

Closed RyanGlScott closed 6 years ago

RyanGlScott commented 6 years ago

Currently, PolyKinds is enabled unconditionally, which prevents mmorph from building on older versions of GHC that do not support PolyKinds at all (or do not support them reliably).

This restricts the use of PolyKinds to 7.6+, which was the first GHC release to have reliable support for PolyKinds.

Gabriella439 commented 6 years ago

Thanks! :)

Gabriella439 commented 6 years ago

This is now up on Hackage as mmorph-1.1.2