[Haskell-beginners] Compile type Error

Chaddaï Fouché chaddai.fouche at gmail.com
Fri Jan 30 00:14:45 EST 2009


On Thu, Jan 29, 2009 at 7:33 PM, Daniel Fischer
<daniel.is.fischer at web.de> wrote:
>
> Convert lazy to strict ByteStrings before using md5sum
>

Or you could use Data.Digest.Pure.MD5 instead of
Data.Digest.OpenSSL.MD5, it takes lazy bytestring too.

-- 
Jedaï


More information about the Beginners mailing list