
The Cabal documentation for ghc-6.4 writes 3.8. setup clean ... configure or build steps Does this mean the command runghc Setup.hs clean ? I run such, and it cleans dist/*. All right. Now, what is a similar easy command for un-installing (remove .../lib/*) ? Currently, I apply rm -rf $(myPackageInstallDir)/*, but, maybe, there should be something similar to the `clean' command? ----------------- Serge Mechveliani mechvel@botik.ru

Does this mean the command runghc Setup.hs clean ? I run such, and it cleans dist/*. All right. Now, what is a similar easy command for un-installing
runhaskell Setup.hs unregister ?? -- -- Johannes Waldmann -- Tel/Fax (0341) 3076 6479/80 -- ---- http://www.imn.htwk-leipzig.de/~waldmann/ -------

On Thu, Jun 09, 2005 at 01:42:13PM +0200, Johannes Waldmann wrote:
Does this mean the command runghc Setup.hs clean ? I run such, and it cleans dist/*. All right. Now, what is a similar easy command for un-installing
runhaskell Setup.hs unregister ??
About rejister/unregister docs writes something different. Probably, it should be runhaskell Setup.hs uninstall, but I do not see such commnand.
participants (2)
-
Johannes Waldmann
-
Serge D. Mechveliani