vincenthz / hs-crypto-cipher

DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell
22 stars 14 forks source link

Fix compilation error #3

Closed bos closed 13 years ago

bos commented 13 years ago

Hi, Vincent -

Your Monad instance was unnecessary, so I got rid of it. My changes cause your package to compile correctly under both GHC 6 and GHC 7.

vincenthz commented 13 years ago

I think there was a reason originally that i was avoiding the mtl as a dependency, however i can't remember why, so no reason not to pull. Thanks for the patch Bryan.