name: aeson-toolkit version: 0.0.1 license: MIT license-file: LICENSE copyright: (c) 2013 Simon Hengel author: Simon Hengel maintainer: Simon Hengel synopsis: A generalization of Aeson over Failure description: A generalization of Aeson over Failure category: Text, Web, JSON build-type: Simple cabal-version: >= 1.8 source-repository head type: git location: https://github.com/sol/aeson-toolkit library ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.Aeson.Toolkit build-depends: base == 4.* , text , bytestring , failure , aeson test-suite spec type: exitcode-stdio-1.0 ghc-options: -Wall -Werror hs-source-dirs: test main-is: Spec.hs build-depends: base == 4.* , aeson-toolkit , hspec >= 1.5