summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-23 00:38:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-23 00:38:51 -0400
commit7a22f9d5161a24f1a98ddcead3c2ea3fd56e159c (patch)
tree24603524ea99eb86a6798b969cd2d569eb2c0eaf
parent32a946af7d87d4c58c6f1d9dcaf201d906e4298f (diff)
update
-rw-r--r--doc/install/OSX.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 46a285e13..a6afd408b 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -1,12 +1,12 @@
<pre>
-sudo port install haskell-platform git-core ossp-uuid md5sha1sum coreutils
+sudo port install haskell-platform git-core ossp-uuid md5sha1sum coreutils pcre
sudo cabal update
sudo cabal install missingh
sudo cabal install utf8-string
-sudo port install pcre
sudo cabal install pcre-light
sudo cabal install quickcheck
-sudo cabal install SHA
+sudo cabal install SHA
+sudo cabal install dataenc
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
export PATH=$PATH:/opt/local/libexec/gnubin