Name:                   aeson-t
Version:                0.0.1
Author:                 Joe Nelson <cred+github@begriffs.com>
Maintainer:             Joe Nelson <cred+github@begriffs.com>
Category:               Data
License:                MIT
License-File:           LICENSE
Synopsis:               Transform JSON
Description:
  Provides a DSL to succinctly transform one JSON document to another.
Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  GHC-Options:          -Wall
  Exposed-Modules:      Data.Aeson.Transform
  Other-Modules:        Data.Aeson.Transform.Internal
  Build-Depends:        base >= 4 && < 5
                      , aeson
                      , unordered-containers
                      , text
                      , bytestring
                      , vector

Test-Suite spec
  Type:                 exitcode-stdio-1.0
  Default-Language:     Haskell2010
  Hs-Source-Dirs:       test
  Ghc-Options:          -Wall
  Main-Is:              Spec.hs
  Build-Depends:        base
                      , aeson-t
                      , hspec2
                      , aeson
                      , unordered-containers
                      , text
                      , bytestring
                      , vector
                      , aeson-qq

Source-Repository head
  Type:                 git
  Location:             git://github.com:begriffs/aeson-t.git