fastcgi - A Haskell library for writing FastCGI programs

Description

Requirements for building:

Building and installing:

If you are using GHC >= 6.5, first run:

$ sh use-ghc-6.6.sh

Build and install with Cabal:

$ runghc Setup.hs configure
$ runghc Setup.hs build
$ runghc Setup.hs install

Requirements for running FastCGI programs:

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/

Tarball

Latest release: fastcgi-2006.10.9.tar.gz

You can also use fastcgi-latest.tar.gz which should always redirect you to the latest release tarball.

Requirements

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf fastcgi-2006.10.9.tar.gz
    $ cd fastcgi-2006.10.9
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

BSD3