wai/wai-conduit/wai-conduit.cabal
2014-12-21 11:27:53 +02:00

25 lines
909 B
Plaintext

name: wai-conduit
version: 3.0.0.2
synopsis: conduit wrappers for WAI
description: API docs and the README are available at <http://www.stackage.org/package/wai-conduit>.
homepage: https://github.com/yesodweb/wai
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Web, Conduit
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md ChangeLog.md
library
exposed-modules: Network.Wai.Conduit
build-depends: base >= 4 && < 5
, wai >= 3.0 && < 3.1
, conduit
, transformers
, bytestring
, http-types
, blaze-builder
default-language: Haskell2010