cvs commit: fptools/ghc/utils/ghc-pkg Main.hs
Simon Marlow
simonmar@glass.cse.ogi.edu
Tue, 18 Sep 2001 04:07:58 -0700
simonmar 2001/09/18 04:07:58 PDT
Modified files:
ghc/utils/ghc-pkg Main.hs
Log:
- Add some sanity checking to --add-package: it won't accept a package
config that refers to directories that don't exist, and it will
check for the existence of the Haskell libraries.
- Automatically generate the GHCi .o versions of the .a libs, if the
--auto-ghci-libs option is given (otherwise, just warn about their
non-existence).
Revision Changes Path
1.16 +80 -13 fptools/ghc/utils/ghc-pkg/Main.hs