name: wai-test version: 1.2.0.2 license: MIT license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Unit test framework (built on HUnit) for WAI applications. category: Testing, Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/book/wai description: Unit test framework (built on HUnit) for WAI applications. library build-depends: base >= 4 && < 5 , wai >= 1.2 && < 1.3 , bytestring >= 0.9.1.4 , text >= 0.7 && < 0.12 , blaze-builder >= 0.2.1.4 && < 0.4 , transformers >= 0.2.2 && < 0.4 , containers >= 0.2 , conduit >= 0.4 && < 0.5 , blaze-builder-conduit >= 0.4 && < 0.5 , cookie >= 0.2 && < 0.5 , HUnit >= 1.2 && < 1.3 , http-types >= 0.6 && < 0.7 , case-insensitive >= 0.2 exposed-modules: Network.Wai.Test ghc-options: -Wall source-repository head type: git location: git://github.com/yesodweb/wai.git