Add upgrade note to haskell-platform

This commit is contained in:
Adam Vandenberg 2010-07-25 17:27:18 -07:00
parent f4bb24afb1
commit 5149bec081

View file

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