
17 Nov
2007
17 Nov
'07
9:55 p.m.
On Nov 17, 2007 11:40 AM, Andrew Coppin
As far as I know, mine is unique in that it's 100% Haskell and requires nothing aside from the libraries shipping with GHC in order to compile. (E.g., I downloaded somebody else's, and it just wouldn't compile. It was looking for modules that don't exist.)
Mines also a pure Haskell MD5 routine, though you do need Data.Binary (which could be eliminated with minor effort). Let me know if that "sombody else's" MD5 routine that wouldn't compile was mine and what the issue was - I'd be happy to fix it up a little if it would help.