summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-27 09:30:53 +1100
committerGravatar Joey Hess <joey@kitenet.net>2013-01-27 09:30:53 +1100
commit3bd8fba2db932b7730ba497d60030db6ee6f6405 (patch)
treecae3c729ad258407c6f98505031c26c8a931e67f /doc/install
parent29af01f0a1b9851a9ead5d2286b23c57969e187c (diff)
addurl --fast: Use curl, rather than haskell HTTP library, to support https.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/fromscratch.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index 91a0d7f61..8fdb8dcda 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -13,7 +13,6 @@ quite a lot.
* [lifted-base](http://hackage.haskell.org/package/lifted-base)
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
- * [HTTP](http://hackage.haskell.org/package/HTTP)
* [json](http://hackage.haskell.org/package/json)
* [IfElse](http://hackage.haskell.org/package/IfElse)
* [bloomfilter](http://hackage.haskell.org/package/bloomfilter)