named-records

Flexible records with named fields.

Latest on Hackage:0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Julian Fleischer

Flexible records with named fields.

v0.1
Initial (not published on cabal).
v0.2
record allows for default values now.
v0.2.1
Requires names-0.2.1 now.
v0.2.2
TH record definitions allow for more types to be used in the definition.
v0.2.3
Cabal package tidied up and basic documentation added (also fixed a bug regarding definition of default values).
v0.3
Records can now extend other records.
v0.3.1
Added sample files to cabal package, requirements bumped for names-v0.3
v0.3.2
Added new.
v0.3.3
Pushed requirements for names-0.3.1. Updated documentation and samples.
v0.4
Records can now be serialized by means of the binary package. Added upd function.
v0.5
Added record'.