cgi-compat - A Haskell library for writing CGI programs

Description

NOTE: this is the cgi-compat package, a version of the cgi package for older systems which have version 1.0 of the network package.

This is a Haskell library for writing CGI programs. Its features include:

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/cgi-compat/

Tarball

Latest release: cgi-compat-2006.9.6.tar.gz

You can also use cgi-compat-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 cgi-compat-2006.9.6.tar.gz
    $ cd cgi-compat-2006.9.6
    
  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

See LICENSE.