basvandijk / case-insensitive

Case insensitive string comparison
Other
25 stars 19 forks source link

Fix compilation on GHC 7.2 #3

Closed hvr closed 13 years ago

hvr commented 13 years ago

This should fix issue #2

basvandijk commented 13 years ago

Thanks, I will make a new release once I've tested it. Currently one of the dependencies (text) fails because of this bug. Hopefully there will be a ghc-7.2.1-rc2 which fixes it so I can test it.

hvr commented 13 years ago

like http://www.haskell.org/ghc/dist/7.2.1-rc2/ ? :-)

hvr commented 13 years ago

Btw, I use nightly binary builds from the stable GHC 7.2.x branch for testing, the text package builds successfully again w/ ghc-7.2.0.20110805 and later

basvandijk commented 13 years ago

Nice thanks! I've installed ghc-7.2.1 and the package builds successfully.

I made a new release.

hvr commented 13 years ago

Great!

Btw, could you adapt the base version constraint for Your monad-control package as well? (I couldn't find any bug/issue tracker for it)

basvandijk commented 13 years ago

Done. Thanks for the reminder.