pipes-wai-3.2.0: 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.2.0
synopsis: A port of wai-conduit for the pipes ecosystem
description: A light-weight wrapper around Network.Wai to provide easy pipes support.
homepage: http://github.com/iand675/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 && < 3.3, pipes >=4, transformers, bytestring, http-types, blaze-builder
-- hs-source-dirs:
default-language: Haskell2010