aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-25 17:27:18 -0700
committerAdam Vandenberg2010-07-25 17:27:18 -0700
commit8a8790356f8436593bad7169597522a825d41400 (patch)
tree4138bd4872f2300bb4757e5ee625b25c88dce4e7 /Library
parent4155cc20fe42be7076e755b3879cfff7400b560b (diff)
downloadhomebrew-8a8790356f8436593bad7169597522a825d41400.tar.bz2
Add upgrade note to haskell-platform
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haskell-platform.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index 698e8c35a..4c1c11754 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -15,7 +15,13 @@ class HaskellPlatform <Formula
system %Q(EXTRA_CONFIGURE_OPTS="--libdir=#{lib}/ghc" make install)
end
- def caveats
- "Run `cabal update` to initialize the package list."
+ def caveats; <<-EOS.undent
+ Run `cabal update` to initialize the package list.
+
+ If you are trying to upgrade from a previous version of haskell-platform,
+ you may need to delete .conf files from:
+ ~/.ghc/i386-darwin-6.12.3/package.conf.d
+ that reference the previous version of haskell-platform first!
+ EOS
end
end