yesod-test-json-0.2.0.0: yesod-test-json.cabal
-- 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.2.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, http-types, hspec, wai, wai-test, transformers ==0.3.*, yesod-default, conduit