Skip to content

Instantly share code, notes, and snippets.

@mariusvw
Created June 4, 2017 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariusvw/94cf1c00f6b3467f79cd710231ad20fa to your computer and use it in GitHub Desktop.
Save mariusvw/94cf1c00f6b3467f79cd710231ad20fa to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# This will remove Haskell Platform
#
sudo rm -rf /Library/Frameworks/GHC.framework
sudo rm -rf /Library/Haskell
sudo rm -rf /var/db/receipts/org.haskell.HaskellPlatform.*
sudo find -L /usr/local -type l -print0 | sudo xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment