cvs commit: fptools/ghc/compiler/main Packages.lhs
Simon Marlow
simonmar at haskell.org
Thu Jul 14 11:12:20 EDT 2005
simonmar 2005/07/14 08:12:20 PDT
Modified files:
ghc/compiler/main Packages.lhs
Log:
- -package P hides all other versions of P (this was advertised
in the documentation, but wasn't actually implemented in 6.4)
- if multiple packages with the same name are still exposed after
the flags have been processed, then all except the latest version
are hidden.
Revision Changes Path
1.40 +30 -5 fptools/ghc/compiler/main/Packages.lhs
More information about the Cvs-ghc
mailing list