name: smartconstructor version: 0.2.0.0 synopsis: A package exposing a helper function for generating smart constructors. description: A package exposing a helper function for generating smart constructors. homepage: http://github.com/frerich/smartconstructor bug-reports: http://github.com/frerich/smartconstructor/issues license: BSD3 license-file: LICENSE author: Frerich Raabe maintainer: frerich.raabe@gmail.com copyright: Copyright (c) 2015 Frerich Raabe category: Development build-type: Simple cabal-version: >=1.10 stability: experimental source-repository head type: git location: http://github.com/frerich/smartconstructor library exposed-modules: SmartConstructor build-depends: base >=4.7 && <4.9, template-haskell >=2.9 && <2.11 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall