Uninstall Haskell Platform on Mac OS X

Simple question which an hour of googling and a question on #haskell couldn't satisfy. :( I have installed the Haskell Platform 2011.2.0.0 on Mac OS X 10.6.6. Now how do I *uninstall* it? Thanks, Jesse

On Monday, March 14, 2011 at 3:22 PM, Jesse Schalken wrote: Simple question which an hour of googling and a question on #haskell couldn't satisfy. :(
I have installed the Haskell Platform 2011.2.0.0 on Mac OS X 10.6.6. Now how do I uninstall it?
sudo /Library/Frameworks/GHC.framework/Versions/Current/Tools/Uninstaller

I have done this and it has only removed GHC, not the rest of the Haskell
Platform.
On Tue, Mar 15, 2011 at 1:40 AM, Daniël de Kok
On Monday, March 14, 2011 at 3:22 PM, Jesse Schalken wrote: Simple question which an hour of googling and a question on #haskell couldn't satisfy. :(
I have installed the Haskell Platform 2011.2.0.0 on Mac OS X 10.6.6. Now how do I uninstall it?
sudo /Library/Frameworks/GHC.framework/Versions/Current/Tools/Uninstaller

According to the installer it puts symlinks for executables (a list of
which is on the HP website) in /usr/bin, so you'll want to delete
those.
As far as I recall (I think the installer mentions something about this):
- GHC is installed in /Library/Frameworks/GHC.framework
- HP is installed in /Library/Haskell and
/Library/Frameworks/HaskellPlatform.framework
so deleting those should get rid of it.
- Finally, cabal creates a local configuration and binaries folder ~/.cabal
I'm not sure if this is the recommended uninstall method and I haven't
tried it, but it should get rid of HP for you.
On Mon, Mar 14, 2011 at 10:22 AM, Jesse Schalken
Simple question which an hour of googling and a question on #haskell couldn't satisfy. :( I have installed the Haskell Platform 2011.2.0.0 on Mac OS X 10.6.6. Now how do I uninstall it? Thanks, Jesse _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Edward Amsden Student Computer Science Rochester Institute of Technology www.edwardamsden.com
participants (3)
-
Daniël de Kok
-
Edward Amsden
-
Jesse Schalken