aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTimo Sand2014-01-13 07:55:37 +0200
committerAdam Vandenberg2014-02-13 20:28:41 -0800
commit95bedd4d4ead11c8a8bba9ccf33619537fa1e40e (patch)
tree5eb32ee97d7da621b7b6e879393ad58ce48fcb2b /Library
parentb5ec3918f6aa81662ff6641ed70e5492264f1c64 (diff)
downloadhomebrew-95bedd4d4ead11c8a8bba9ccf33619537fa1e40e.tar.bz2
Added notification of PATH requirement
Closes #25861. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haskell-platform.rb3
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