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 <[email protected]> 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? > Thanks, > Jesse > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > > -- Edward Amsden Student Computer Science Rochester Institute of Technology www.edwardamsden.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
