[Haskell-beginners] How does one uninstall a Hackage package? :)
Christopher Done
chrisdone at googlemail.com
Wed May 25 15:29:34 CEST 2011
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.
More information about the Beginners
mailing list