File 3.cabal of Package ghc-aeson-utils
name: aeson-utils
version: 0.3.0.2
x-revision: 3
synopsis: Utilities for working with Aeson.
description: Utilities for working with Aeson.
license: BSD3
license-file: LICENSE
author: Silk. B.V.
maintainer: code@silk.co
copyright: 2014, Silk B.V
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
type: git
location: https://github.com/silkapp/aeson-utils.git
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Data.Aeson.Utils
build-depends:
base == 4.*
, aeson >= 0.6 && < 1.1
, attoparsec >= 0.10 && < 0.14
, bytestring >= 0.9 && < 0.11
, scientific >= 0.3.2 && < 0.4
, text >= 0.11 && < 1.3