Added notification of PATH requirement

Closes Homebrew/homebrew#25861.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Timo Sand 2014-01-13 07:55:37 +02:00 committed by Adam Vandenberg
parent 40e00b0edb
commit 75fa895e67
1 changed files with 3 additions and 0 deletions

View File

@ -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