wai/wai-handler-fastcgi/wai-handler-fastcgi.cabal
Michael Snoyman ad8eafc699 Switch to conduits.
All packages are getting bumped to 1.0 to signify the difference.
2011-12-26 17:10:26 +02:00

28 lines
963 B
Plaintext

name: wai-handler-fastcgi
version: 1.0.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Wai handler to fastcgi
category: Web
stability: stable
cabal-version: >= 1.2
build-type: Configure
extra-source-files: configure fastcgi.buildinfo.in
homepage: http://www.yesodweb.com/book/wai
description: Calls out to the libfcgi C library.
library
build-depends: base >= 4 && < 5
, wai >= 1.0 && < 1.1
, wai-extra >= 1.0 && < 1.1
, bytestring >= 0.9.1.4 && < 0.10
exposed-modules: Network.Wai.Handler.FastCGI
ghc-options: -Wall
includes: fcgiapp.h
extra-libraries: fcgi
if impl(ghc >= 7.4)
cpp-options: -DGHC_7_4