1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Name: fastcgi
Version: 3001.0.2.3
Copyright: Bjorn Bringert, Lemmih
Maintainer: Chris Done <chrisdone@gmail.com>
License: BSD3
license-file: LICENSE
Category: Network
Synopsis: A Haskell library for writing FastCGI programs
Description:
This library lets you write FastCGI programs. This package reuses the
cgi package API, making it very easy to port CGI programs to FastCGI.
The FastCGI C development kit is required to build this library.
Cabal-version: >= 1.2.0
build-type: Configure
extra-source-files: configure fastcgi.buildinfo.in
flag small_base
description: Choose the new smaller, split-up base package.
library
build-depends: base >= 4 && < 5, cgi >= 3000.0.0, bytestring >= 0.9.1.5
Extensions: ForeignFunctionInterface, EmptyDataDecls, ScopedTypeVariables
Exposed-Modules:
Network.FastCGI
ghc-options: -Wall
includes: fcgiapp.h
extra-libraries: fcgi
|