ekmett / contravariant

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

0.6.1 doesn't compile for me due to missing lang pragma #6

Closed aycanirican closed 10 years ago

aycanirican commented 10 years ago

Using ghc-7.6.3 on a linux box:

Data/Functor/Day.hs:57:26:
    Illegal kind signature: `g'
      Perhaps you intended to use -XKindSignatures
    In the type signature for `fa'

Data/Functor/Day.hs:59:24:
    Illegal kind signature: `f'
      Perhaps you intended to use -XKindSignatures
    In the type signature for `ga'
ekmett commented 10 years ago

Fixed.

aycanirican commented 10 years ago

Thank you.