ekmett / contravariant

Haskell 98 contravariant functors
http://hackage.haskell.org/package/contravariant
Other
73 stars 24 forks source link

Don't depend on void + semigroups on newer GHC #27

Closed phadej closed 8 years ago

RyanGlScott commented 8 years ago

Make sure you also adjust the CPP bounds here and here so that it'll compile on GHC 8.0+ even with -f-semigroups.

phadej commented 8 years ago

@RyanGlScott done

RyanGlScott commented 8 years ago

Thanks! I see you linked to this from another issue - do you need a new version of contravariant to be released soon to fix that?

phadej commented 8 years ago

@RyanGlScott Eventually. As I see there are no other changes in master atm since 1.4, is there something holding1.4.0.1 from being released (except Edward's queue being too long)?