-- Initial records-th.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: records-th version: 0.1.1.0 synopsis: Template Haskell declarations for the records package description: Records-TH generates a variety of declarations for use with the records package, including datatypes, Name, FromJSON, ToJSON and Default instances, and a default field type. homepage: github.com/lassoinc/records-th license: MIT license-file: LICENSE author: Sam Anklesaria maintainer: amsay@amsay.net -- copyright: category: Data build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git://github.com/bogiebro/records-th.git library exposed-modules: Data.Record.TH -- other-modules: build-depends: base ==4.5.*, records ==0.1.*, template-haskell ==2.7.*, aeson ==0.6.*, text ==0.11.*, kinds ==0.0.*, type-functions ==0.2.*, unordered-containers ==0.2.*, data-default == 0.4.*