Commit 87fa3b9d authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #315 from Carreau/patch-1

homebrew haskell platform deprecated
parents ef5e1de2 e8eef2ab
......@@ -84,7 +84,7 @@ If you do not have GHC or Cabal, you should be able to install both via the
[Haskell Platform](http://www.haskell.org/platform/). On Macs with Homebrew, you can do this via
```bash
# Macs with Homebrew only, if you don't have GHC or Cabal
brew install haskell-platform
brew install ghc cabal-install
cabal update && cabal install cabal-install
```
Use `cabal install cabal-install` to update Cabal if you still have version 1.16 instead of 1.18.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment