-- Initial wai-responsible.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: wai-responsible version: 0.0.0.0 synopsis: Response interface for WAI. description: Simple interface for things that generate a WAI response. homepage: https://github.com/pharpend/wai-responsible license: BSD3 license-file: LICENSE author: Peter Harpending maintainer: Peter Harpending copyright: 2014, Peter Harpending. category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 library -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , http-types >=0.8 && <0.9 , bytestring >=0.10 && <0.11 , wai >=3.0 && <3.1 hs-source-dirs: src/ default-language: Haskell2010 exposed-modules: Network.Wai.Responsible source-repository head type: git location: https://github.com/pharpend/wai-responsible.git