cvs commit: fptools/ghc/utils/ghc-pkg Main.hs Makefile Package.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 15 Mar 2001 07:51:39 -0800


simonmar    2001/03/15 07:51:39 PST

  Added files:
    ghc/utils/ghc-pkg    Main.hs Makefile Package.hs 
  Log:
  New package management tool, basically a broken-out version of ghc
  --list-packages, --add-package and --remove-package.
  
  These flags will be removed from GHC; use ghc-pkg instead.