[Haskell] ANNOUNCE: acid-state-0.4
Lemmih
lemmih at gmail.com
Wed Apr 27 09:49:41 CEST 2011
Greetings,
With acid-state-0.4, you can use regular Haskell data structures
without worrying about data loss or durability. Your state will simply
always be available to you even after software crashes or power
outages.
Acid-state-0.4 improves over the previous version by leveraging the
might of 'cereal' and 'safecopy'. Those two packages provide better
error handling and improved data safety. Additionally, acid-state-0.4
contains yet more examples and a handful of general wibbles.
For examples of how to use the library, see:
http://mirror.seize.it/acid-state/examples/
Hackage page for acid-state: http://hackage.haskell.org/package/acid-state
Wiki site: http://acid-state.seize.it/
--
Cheers,
Lemmih
More information about the Haskell
mailing list