ekmett / profunctors

Haskell 98 Profunctors
http://hackage.haskell.org/package/profunctors
Other
70 stars 43 forks source link

GHC 7.0 and 7.2 fixes #27

Closed RyanGlScott closed 9 years ago

RyanGlScott commented 9 years ago

Due to issue GHC issue #9456, Data.Profunctor.Tambara won't compile unless certain functions have explicit type signatures. Also, the Unsafe extension wasn't introduced until GHC 7.4, so a CPP check was added.