How does one uninstall a Hackage package? :)

For libraries, to merely unregister it: ghc-pkg unregister the-package-name For executables and static files that were installed, there is no method, it has to be done manually.

Hello KC, short answer: you don't. Usually there is no reason to uninstall packages other than to free some disk space. If installed packages get in your way, then it's mostly because of messed up dependencies in other packages. Greets, Ertugrul -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/

There is a package on Hackage called cab. Take a look, it can remove
packages and more!
On Wed, May 25, 2011 at 6:39 AM, Ertugrul Soeylemez
Hello KC,
short answer: you don't. Usually there is no reason to uninstall packages other than to free some disk space. If installed packages get in your way, then it's mostly because of messed up dependencies in other packages.
Greets, Ertugrul
-- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (4)
-
Christopher Done
-
Ertugrul Soeylemez
-
KC
-
Michael Litchard