This is the Haskell HTPP and Browser module package. It was originally
written by Wariick Gray and the original version is still available
from: http://homepages.paradise.net.nz/warrickg/haskell/http/

To build and install this package, you need Cabal:
http://www.haskell.org/libraryInfrastructure/


* Build the setup program:

> make setup

or if you are make-impaired:

> ghc -package Cabal Setup.lhs -o setup


* Configure:

> ./setup configure


* Build:

> ./setup build


* Install

> ./setup install


