-- Initial http-pony.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: http-pony-serve-wai version: 0.1.0.4 synopsis: Serve a WAI application with http-pony -- description: license: BSD3 license-file: LICENSE author: Jinjing Wang maintainer: nfjinjing@gmail.com -- copyright: category: Network build-type: Simple extra-source-files: ChangeLog.md README.md cabal-version: >=1.10 Homepage: https://github.com/nfjinjing/http-pony-serve-wai library exposed-modules: Network.HTTP.Pony.Serve.Wai , Network.HTTP.Pony.Serve.Wai.Helper , Network.HTTP.Pony.Serve.Wai.Type -- other-modules: -- other-extensions: OverloadedStrings build-depends: base >=4.9 && <4.10 , attoparsec >=0.13 , blaze-builder >= 0.4.0.2 , bytestring >=0.10 , case-insensitive >= 1.2.0.7 , http-pony-transformer-http >= 0.1.0.0 , http-pony-transformer-startline>= 0.1.0.0 , http-types >= 0.9.1 , pipes >=4.1 , pipes-bytestring >= 2.1.3 , pipes-safe >= 2.2.4 , wai >= 3.2.1.1 , transformers >= 0.5.2 -- testing -- , foreign-store -- , http-pony >= 0.1.0.3 -- , http-pony-transformer-case-insensitive >= 0.1.0.1 -- , lens -- , pipes-network hs-source-dirs: src -- test default-language: Haskell2010