mirror of
https://github.com/typeable/wai.git
synced 2025-01-08 15:37:19 +03:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
name: wai-handler-fastcgi
|
|
version: 1.2.0.1
|
|
license: MIT
|
|
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.6
|
|
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.2 && < 1.3
|
|
, wai-extra >= 1.2 && < 1.3
|
|
, 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
|
|
|
|
source-repository head
|
|
type: git
|
|
location: git://github.com/yesodweb/wai.git
|