Name: data-accessor-template
Version: 0.1.1
License: GPL
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>, Luke Palmer <lrpalmer@gmail.com>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://code.haskell.org/data-accessor/
Category: Data
Build-Type: Simple
Build-Depends: base>=1.0, data-accessor==0.1.1, template-haskell
Extensions: CPP, TemplateHaskell
Synopsis: Utilities for accessing and manipulating fields of records
Description:
Automate generation of @Accessor@'s of the @data-accessor@ package
by Template Haskell functions.
GHC-Options: -Wall
Tested-With: GHC==6.8.2
Hs-Source-Dirs: src
Exposed-Modules:
Data.Accessor.Template