[Haskell-cafe] what if two package contains same module?

Heinrich Apfelmus apfelmus at quantentunnel.de
Thu Jun 30 10:39:07 CEST 2011


吴兴博 wrote:
> it seems that cabal install different into different folders.
> if two package contains same module name, can they all exist?
> since cabal have no "remvoe" or "uninstall". how can I hide some packages?

The  ghc-pkg  program organizes GHC's package database. You want to run 
the command

     ghc-pkg hide offending-package


Best regards,
Heinrich Apfelmus

--
http://apfelmus.nfshost.com




More information about the Haskell-Cafe mailing list