Created
June 4, 2017 15:17
-
-
Save mariusvw/94cf1c00f6b3467f79cd710231ad20fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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