vinyl-json-0.1.0.0: vinyl-json.cabal
-- Initial vinyl-json.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: vinyl-json
version: 0.1.0.0
synopsis: Provide json instances automagically to vinyl types
description: This adds Data.Aeson FromJSON instances for Simple records
license: MIT
license-file: LICENSE
author: Theo Belaire
maintainer: theo.belaire@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/tbelaire/vinyl-json.git
flag documentation
default: False
library
if flag(documentation)
build-depends: hscolour == 1.20.*
exposed-modules: Data.Vinyl.JSON
Data.Vinyl.JSON.Examples
-- other-modules:
-- other-extensions:
build-depends: base >= 4.7 && < 5,
aeson,
text,
template-haskell == 2.9.*,
vinyl,
bytestring
hs-source-dirs: .
default-language: Haskell2010
test-suite hlint
build-depends: base, hlint == 1.8.*
default-language: Haskell2010
hs-source-dirs: test-suite
main-is: HLint.hs
type: exitcode-stdio-1.0