Uninstall a cabal package?

What is the procedure to uninstall a cabal package? -- Colin Adams Preston Lancashire

As far as I know the current stable release of Cabal doesn't
keep track of installed packages, so you can only
# ghc-pkg unregister pkg-id
and then manually delete the files.
Peter
2009/8/28 Colin Paul Adams
What is the procedure to uninstall a cabal package? -- Colin Adams Preston Lancashire _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

"Peter" == Peter Robinson
writes:
Peter> As far as I know the current stable release of Cabal Peter> doesn't keep track of installed packages, so you can only # Peter> ghc-pkg unregister pkg-id and then manually delete the Peter> files. Thanks. That works. -- Colin Adams Preston Lancashire
participants (2)
-
Colin Paul Adams
-
Peter Robinson