[Haskell-cafe] Re: Versioning

Neil Mitchell ndmitchell at gmail.com
Wed Dec 20 18:45:34 EST 2006


Hi

> > With Yhc.Core I used Drift to derve Binary instances, keep a version
> > tag, and if the version tags mismatch refuse to load the data.
>
> Links?

http://repetae.net/~john/computer/haskell/DrIFT/

http://darcs.haskell.org/yhc/src/libraries/general/Yhc/General/Binary.hs

Thats Drift which can derive binary instances (pick GhcBinary), and
then a module which can work with the derived classes.

Warning, mild hacking was required to get it going on Windows.

Thanks

Neil


More information about the Haskell-Cafe mailing list