diff options
| -rw-r--r-- | Library/Formula/haskell-platform.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb index 044ed72fc..2903ee792 100644 --- a/Library/Formula/haskell-platform.rb +++ b/Library/Formula/haskell-platform.rb @@ -17,6 +17,9 @@ class HaskellPlatform < Formula end def caveats; <<-EOS.undent + Add cabal binaries to your PATH: + export PATH=~/.cabal/bin:$PATH + Run `cabal update` to initialize the package list. If you are replacing a previous version of haskell-platform, you may want |
