Skip to content

Releases: revnull/fixfile

0.2.0.0

20 Feb 18:46
Compare
Choose a tag to compare

New features:

  • Root typeclass has been replaced by SequenceFix and a Constraint.
  • Ability to wrap a Transaction in ExceptT and abort write transactions.
  • BTree implementation has replaced arrays with vectors.

Initial Release

07 Feb 01:30
Compare
Choose a tag to compare

This is the initial release of the fixfile library for haskell. It provides datatype-generic file serialization.