-- Initial hsqml-datamodel-vinyl.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: hsqml-datamodel-vinyl version: 0.0.0.0 synopsis: HsQML DataModel instances for Vinyl Rec. -- description: license: BSD3 license-file: LICENSE author: Marcin Mrotek maintainer: marcin.jan.mrotek@gmail.com -- copyright: category: Graphics build-type: Simple extra-source-files: README.md cabal-version: >=1.10 homepage: https://github.com/marcinmrotek/hsqml-datamodel-vinyl source-repository head type: git location: https://github.com/marcinmrotek/hsqml-datamodel-vinyl.git flag devel description: Development mode (-Werror) default: False manual: True library exposed-modules: Graphics.QML.DataModel.Vinyl.TH Graphics.QML.DataModel.Vinyl build-depends: base >=4.8 && <4.9 , hsqml-datamodel , exceptions , show-type , template-haskell , type-list , vinyl hs-source-dirs: src ghc-options: -Wall if flag(devel) ghc-options: -Werror default-language: Haskell2010