@hackage HTTP3001.1.3
A library for client-side HTTP
Categories
License
BSD-3-Clause
Maintainer
Bjorn Bringert <bjorn@bringert.net>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
Dependents (284)
@hackage/open-pandoc, @hackage/crawlchain, @hackage/haskell-platform-test, @hackage/aip, @hackage/shellmate, @hackage/warp, Show all…
Package Flags
old-base
(off by default)
Old, monolithic base
DESCRIPTION
This is the Haskell HTTP and Browser module package. It was originally written by Warrick 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):