Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created September 2, 2013 01:12
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save begriffs/6408415 to your computer and use it in GitHub Desktop.
Save begriffs/6408415 to your computer and use it in GitHub Desktop.
Totally uninstall cabal, hsenv, and all Haskell packages on a mac
rm -fr ~/.ghc
rm -fr ~/Library/Haskell/*/lib
rm -fr ~/Library/Haskell/bin/*
rm -fr ~/Library/Haskell/repo-cache
rm -fr ~/.cabal/packages
# Then in your project
# rm -fr .hsenv
@tsague2107
Copy link

cette commande a tout supprimé dans mon pc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment