Skip to content

Commit 0216f30

Browse files
authored
Merge pull request #151 from andreasabel/README
README: Remove outdated info
2 parents 842da80 + 884b740 commit 0216f30

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
DESCRIPTION
2-
3-
This is the Haskell HTTP and Browser module package. It was originally
4-
written by Warrick Gray and the original version is still available
5-
from: http://homepages.paradise.net.nz/warrickg/haskell/http/
1+
A Haskell HTTP and Browser module package, originally written by Warrick Gray.
62

73
The version 4 rewrite to have the user be able to control how the
84
requests and response payloads are represented, incl. the accommodation
9-
of the use of @ByteString@s (lazy and strict) was inspired in part by
10-
Jonas Aadahl et al's experimental work on @ByteString@'ifying the HTTP
5+
of the use of @ByteString@s (lazy and strict), was inspired in part by
6+
Jonas Aadahl et al's experimental work on @ByteString@'ifying the HTTP
117
package a couple of years ago.
128

139
This only supports HTTP; it does not support HTTPS. Attempts to use
1410
HTTPS result in an error.
15-
16-
REQUIREMENTS
17-
18-
* A Haskell implementation such as GHC (http://www.haskell.org/ghc/)
19-
or Hugs (http://www.haskell.org/hugs/) with support for Cabal.
20-
21-
INSTALLATION
22-
23-
To install from source, run "cabal install".

0 commit comments

Comments
 (0)