Remove the old package.conf parser, use read instead (fixed #3410)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 11 Sep 2009 11:49:28 +0000 (11:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 11 Sep 2009 11:49:28 +0000 (11:49 +0000)
commit1dc3f29333773551f60dce638ed7309041d7c800
treedde9cae554ce34e533440f7408487f72055c1c8a
parenta2797404fc2783552544a38a3e38e16b4dce29a5
Remove the old package.conf parser, use read instead (fixed #3410)
Performance isn't an issue for reading the old-style package.conf
files, so we might as well revert to using read and fix a bug at the
same time.
compiler/ghc.cabal.in
compiler/main/Packages.lhs
compiler/main/ParsePkgConf.y [deleted file]