aeson-coerce-0.1.0.0: aeson-coerce.cabal
name: aeson-coerce
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: https://github.com/lichtzwerge/aeson-coerce#readme
license: BSD3
license-file: LICENSE
author: Moritz Angermann
maintainer: moritz@lichtzwerge.de
copyright: lichtzwerge GmbH
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Aeson.Coerce
build-depends: aeson
, base >= 4.7 && < 5
, bytestring
, containers
, text
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/lichtzwerge/aeson-coerce