vincenthz / hs-cryptohash

efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite
Other
30 stars 24 forks source link

0.7.7 cannot be complied with GHC 7.0.4 #9

Closed kazu-yamamoto closed 11 years ago

kazu-yamamoto commented 11 years ago

Trustworthy is provided GHC 7.2.1 or later. The lower limit in cryptohash.cabal should change.

http://www.haskell.org/ghc/docs/7.2.1/html/users_guide/release-7-2-1.html

vincenthz commented 11 years ago

thanks. it's now fixed in 0.7.8

kazu-yamamoto commented 11 years ago

I works. Thank you.