[project @ 2001-08-13 15:49:37 by simonmar]
authorsimonmar <unknown>
Mon, 13 Aug 2001 15:49:38 +0000 (15:49 +0000)
committersimonmar <unknown>
Mon, 13 Aug 2001 15:49:38 +0000 (15:49 +0000)
commit9a3a6d713d1a01df5342206993ac9a816e6d5a31
treecf6cd46532c3255502097c91ea237ceb627d7b22
parentd246ceb8595cd2466127aae3dfcbd657a4d6fa08
[project @ 2001-08-13 15:49:37 by simonmar]
A bunch of changes (been waiting for the link to cvs.haskell.org to
come back):

- Two new flags -ignore-dot-ghci and -read-dot-ghci control the
  reading (or not) of ./.ghci and $HOME/.ghci.  This will be useful
  for automatic testing of GHCi.

- A new option -package-conf <file> allows reading an additional
  package.conf file, which can be used to keep a per-user set of
  packages.

- GHCi now fails gracefully on startup if linking the libraries
  specified on the command-line fails.
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverState.hs
ghc/compiler/main/Main.hs
ghc/compiler/main/SysTools.lhs