Merge pull request #67 from michaelsanford/master

Added cabal setup instructions for Mac OS X to README
This commit is contained in:
koalaman 2014-01-24 21:15:10 -08:00
commit b7ee5f4410
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -27,6 +27,9 @@ On Ubuntu and similar, use:
For older releases, you may have to use:
apt-get install ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev cabal-install
On Mac OS X with homebrew (http://brew.sh/), use:
brew install cabal-install
Executables can be built with cabal. Tests currently still rely on a Makefile.
Install: