An extension to Data.Serialize with built-in version control


Keywords
library, parsing, public-domain, Propose Tags, , Index, Quick Jump, Data.SafeCopy, Data.SafeCopy.Internal, safecopy-0.10.4.2.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, AdamGundry, DavidFox, DavidHimmelstrup, DavidJohnson, JeremyShaw, edit package information
License
Other
Install
cabal install safecopy-0.10.4.2

Documentation

SafeCopy

Build Status Public Domain Haskell Hackage Status

SafeCopy extends the parsing and serialization capabilities of Data.Serialize to include nested version control. Nested version control means that you can change the definition and binary format of a type nested deep within other types without problems.