File: README

package info (click to toggle)
haskell-http 20060707-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 220 kB
  • ctags: 7
  • sloc: haskell: 1,885; sh: 108; makefile: 82
file content (25 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
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
DESCRIPTION

This is the Haskell HTTP 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/

REQUIREMENTS

* A Haskell implementation such as GHC (http://www.haskell.org/ghc/)
or Hugs (http://www.haskell.org/hugs/) with support for Cabal.

INSTALLATION


* Configure:

$ runhaskell Setup.lhs configure

* Compile:

$ runhaskell Setup.lhs build

* Install (as root):

# runhaskell Setup.lhs install