wai/wai-handler-fastcgi/wai-handler-fastcgi.cabal
2011-11-23 09:26:18 -06:00

25 lines
905 B
Plaintext

name: wai-handler-fastcgi
version: 0.4.1
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 >= 0.4 && < 0.5
, wai-extra >= 0.4 && < 0.5
, bytestring >= 0.9.1.4 && < 0.10
exposed-modules: Network.Wai.Handler.FastCGI
ghc-options: -Wall
includes: fcgiapp.h
extra-libraries: fcgi