From 95bedd4d4ead11c8a8bba9ccf33619537fa1e40e Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Mon, 13 Jan 2014 07:55:37 +0200 Subject: Added notification of PATH requirement Closes #25861. Signed-off-by: Adam Vandenberg --- Library/Formula/haskell-platform.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3