
I've just uploaded version 0.12.1.0 of dataenc with the following (visible) changes compared to the previous version (0.12): - implementation of a bunch of new encodings: - xxencode - hexadecimal - quoted-printable - python escaping - url encoding - squashing of a bug in the yEncoding implementation that only manifested on 32-bit systems - an attempt to conform to the guidelines for the Haskell Platform regarding versioning and dependencies This release brings the full list of encodings to - Base16 - Base32 - Base32Hex - Base64 - Base64Url - Base85 - Hexadecimal - Python string escaping - quoted-printable - URL encoding - uuencoding - xxencoding - yEncoding The hackage page[1] now reads: Versions 0.9, 0.10.1, 0.10.2, 0.11, 0.11.1, 0.12, 0.12.1.0 Dependencies array (>=0.2.0 && <0.3), base (>=4.0.0 && <4.1), containers (>=0.2.0 && <0.3) License BSD3 Copyright Magnus Therning, 2007-2009 Author Magnus Therning Maintainer magnus@therning.org Category Codec Home page http://www.haskell.org/haskellwiki/Library/Data_encoding Upload date Wed Apr 22 19:40:22 UTC 2009 Uploaded by MagnusTherning /M [1]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe Haskell is an even 'redder' pill than Lisp or Scheme. -- PaulPotts
participants (1)
-
Magnus Therning