[project @ 2001-03-06 11:23:46 by simonmar]
authorsimonmar <unknown>
Tue, 6 Mar 2001 11:23:46 +0000 (11:23 +0000)
committersimonmar <unknown>
Tue, 6 Mar 2001 11:23:46 +0000 (11:23 +0000)
commitf86cb6a687090154668d2290c21ea6609fda5936
treeb129e79ae19dffbcded169d0efb5f25b794d5460
parentb7a0b56c4640ff647d8cd70634238d778e145d3b
[project @ 2001-03-06 11:23:46 by simonmar]
- Add a Happy parser for the package config file.  This is faster and
  compiles to less code than the derived Read instance we had before.

- Add a source_dirs field to the package spec.  This isn't used by
  GHC, because we currently assume all packages are compiled.  It could
  be used by Hugs, though.

- Make unspecified fields of type [String] default to the empty list
  in a package spec.
ghc/compiler/compMan/CmStaticInfo.lhs
ghc/compiler/main/Main.hs
ghc/compiler/main/PackageMaintenance.hs
ghc/compiler/main/ParsePkgConf.y [new file with mode: 0644]