packages feed

pipes-wai-3.0.2: pipes-wai.cabal

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

name:                pipes-wai
version:             3.0.2
synopsis:            A port of wai-conduit for the pipes ecosystem
-- description:         
homepage:            http://github.com/brewtown/pipes-wai
license:             MIT
license-file:        LICENSE
author:              Ian Duncan
maintainer:          ian@iankduncan.com
-- copyright:           
category:            Web, Pipes
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Pipes.Wai
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base == 4.*, wai ==3.0.*, pipes >=4, transformers, bytestring, http-types, blaze-builder
  -- hs-source-dirs:      
  default-language:    Haskell2010