[Haskell-cafe] ANNOUNCE: readable-0.1

MightyByte mightybyte at gmail.com
Fri Aug 24 23:54:37 CEST 2012


I'm happy to announce a new package called readable:

    http://hackage.haskell.org/package/readable

This package provides simple reading of data types from ByteString and
Text using MonadPlus to handle failure.  It doesn't seem like there's
a standard way to do simple reading from ByteString and Text, so
hopefully this package will fill the gap.  Suggestions/improvements
are most welcome.



More information about the Haskell-Cafe mailing list