ekmett / profunctors

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

profunctors-4.1 will not compile with GHC 7.4.1 #8

Closed benclifford closed 10 years ago

benclifford commented 10 years ago

$ cabal install -p profunctors Resolving dependencies... Configuring profunctors-4.1... Building profunctors-4.1... Preprocessing library profunctors-4.1...

src/Data/Profunctor.hs:37:5: parse error on input `type' Failed to install profunctors-4.1 cabal: Error: some packages failed to install: profunctors-4.1 failed during the building phase. The exception was: ExitFailure 1

profunctors-4.0.4 installs ok.

bjpe commented 10 years ago

This should be fixed in version 4.2.0.1. @ekmett: Could you release profunctors-4.2.0.1 on Hackage?

ekmett commented 10 years ago

Done.