name: hspec-wai version: 0.0.0 license: MIT license-file: LICENSE copyright: (c) 2012-2014 Fujimura Daisuke, (c) 2014 Simon Hengel author: Fujimura Daisuke , Simon Hengel maintainer: Fujimura Daisuke , Simon Hengel build-type: Simple cabal-version: >= 1.8 category: Testing synopsis: Experimental Hspec support for testing WAI applications (depends on hspec2!) description: Experimental Hspec support for testing WAI applications (depends on hspec2!) source-repository head type: git location: https://github.com/hspec/hspec-wai library ghc-options: -Wall hs-source-dirs: src exposed-modules: Test.Hspec.Wai , Test.Hspec.Wai.Internal other-modules: Test.Hspec.Wai.Matcher build-depends: base == 4.* , bytestring , text , transformers , http-types , wai >= 3 , wai-extra >= 3 , hspec2 test-suite spec type: exitcode-stdio-1.0 ghc-options: -Wall -Werror hs-source-dirs: src, test main-is: Spec.hs build-depends: base == 4.* , bytestring , text , transformers , http-types , wai , wai-extra , hspec2 , hspec-meta test-suite example type: exitcode-stdio-1.0 ghc-options: -Wall -Werror hs-source-dirs: example main-is: Spec.hs build-depends: base == 4.* , hspec2 , hspec-wai , http-types , wai