packages feed

named-records-0.2.3: named-records.cabal

Name:           named-records
Version:        0.2.3
Synopsis:       Flexible records with named fields.
Description:    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).
                
License:        MIT
License-File:   LICENSE
Author:         Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer:     Julian Fleischer <julian.fleischer@fu-berlin.de>
Build-Type:     Simple
Cabal-Version:  >= 1.6
Category:       Data, Records
Stability:      experimental


Source-Repository head
    type: darcs
    location: hub.darcs.net:names

Source-Repository head
    type: darcs
    location: hub.darcs.net:names
    tag: v0.2.3


Library
    Exposed-Modules:    Data.NamedRecord

    Build-Depends:      base >= 4 && < 5,
                        names == 0.2.3,
                        template-haskell >= 2.7

    Hs-Source-Dirs:     src