diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-04 19:31:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-04 19:33:11 -0400 |
commit | 5c69ac14eb47e284ab4f4dec44ed6ab3581d416f (patch) | |
tree | 74edda6e54f71a61176e5487e36ebe3198a13825 /doc/install/OSX.mdwn | |
parent | 71c783bf24f2aa4ab911d8279081bcad08951ece (diff) |
Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r-- | doc/install/OSX.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 81ffe1d03..ade4fa30e 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -7,6 +7,7 @@ sudo cabal install pcre-light sudo cabal install quickcheck sudo cabal install SHA sudo cabal install dataenc +sudo cabal install HTTP sudo cabal install hS3 # optional # optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) |