packages feed

aeson-toolkit-0.0.0: aeson-toolkit.cabal

name:             aeson-toolkit
version:          0.0.0
license:          MIT
license-file:     LICENSE
copyright:        (c) 2013 Simon Hengel
author:           Simon Hengel <sol@typeful.net>
maintainer:       Simon Hengel <sol@typeful.net>
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