cvs commit: fptools/hslibs/util MD5.lhs fptools/hslibs/util/cbits HsUtil.h md5.c
Simon Marlow <[email protected]> Tue, 16 Sep 2003 01:46:58 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2003/09/16 01:46:57 PDT
Modified files:
hslibs/util/cbits HsUtil.h
Removed files:
hslibs/util MD5.lhs
hslibs/util/cbits md5.c
Log:
Remove the MD5 library. It was broken by other recent removals - I
looked into updating the code and moving it into the hierarchical
libraries, but in its current state it has too many problems. The API
uses ByteArray, and the C code on which it is based looks like it
doesn't work on a 64 bit platform, for starters.
The code is in the Attic if anyone would like to revive it.
Revision Changes Path
1.3 +1 -6 fptools/hslibs/util/cbits/HsUtil.h