packages feed

http-pony-transformer-http-0.1.0.0: http-pony-transformer-http.cabal

-- Initial http-pony-transformer-http.cabal generated by cabal init.  For 
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                http-pony-transformer-http
version:             0.1.0.0
-- synopsis:            
description:         Transform to a basic HTTP interface
license:             BSD3
license-file:        LICENSE
author:              Jinjing Wang
maintainer:          nfjinjing@gmail.com
-- copyright:           
category:            Network
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Network.HTTP.Pony.Transformer.HTTP
                     , Network.HTTP.Pony.Transformer.HTTP.Parser
                     , Network.HTTP.Pony.Transformer.HTTP.Type
                     , Network.HTTP.Pony.Transformer.HTTP.Builder
  -- other-modules:       
  -- other-extensions:    OverloadedStrings
  build-depends:       base >=4.9 && <4.10, bytestring >=0.10, pipes >=4.1, transformers >=0.5, attoparsec >=0.13, pipes-attoparsec >=0.5
  hs-source-dirs:      src
  default-language:    Haskell2010