-- Initial http-pony.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: http-pony version: 0.1.0.1 synopsis: A type unsafe http library -- 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 library exposed-modules: Network.HTTP.Pony.Type , Network.HTTP.Pony.Builder , Network.HTTP.Pony.Serve , Network.HTTP.Pony.Parser , Network.HTTP.Pony.Helper -- other-modules: -- other-extensions: OverloadedStrings build-depends: attoparsec >=0.13 , base >=4.9 && <4.10 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 , network >=2.6 , pipes >=4.1 , pipes-attoparsec >=0.5 , pipes-network >=0.6 , pipes-parse >=3.0 , pipes-safe >=2.2 , transformers >=0.5 hs-source-dirs: src default-language: Haskell2010