diff --git a/Formula/haskell-platform.rb b/Formula/haskell-platform.rb index 044ed72fc79..2903ee792d9 100644 --- a/Formula/haskell-platform.rb +++ b/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