-- Initial yesod-test-json.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-test-json version: 0.1.0.0 synopsis: Utility functions for testing JSON web services written in Yesod description: yesod-test-json provides combinators for using the hspec and wai-test libraries together. It is meant to be used like yesod-test, but for web services as opposed to web applications. homepage: https://github.com/bogiebro/yesod-test-json license: BSD3 license-file: LICENSE author: Sam Anklesaria maintainer: amsay@amsay.net -- copyright: category: Web build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git://github.com/bogiebro/yesod-test-json.git library exposed-modules: Yesod.Test.Json -- other-modules: build-depends: base ==4.5.*, HUnit ==1.2.*, bytestring ==0.9.*, text ==0.11.*, aeson ==0.6.*, http-types ==0.6.*, hspec ==1.3.*, wai ==1.2.*, wai-test ==1.2.*, transformers ==0.3.*, yesod-default ==1.0.*, conduit ==0.4.*