@hackage named-records0.3.2
Flexible records with named fields.
Categories
License
MIT
Maintainer
Julian Fleischer <julian.fleischer@fu-berlin.de>
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- names ==0.3
- template-haskell >=2.7 Show all…
Dependents (3)
@hackage/java-bridge, @hackage/j2hs, @hackage/acme-everything
Flexible records with named fields.
v0.1- Initial (not published on cabal).
v0.2recordallows for default values now.v0.2.1- Requires
names-0.2.1now. v0.2.2- TH
recorddefinitions 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.