diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-11 11:49:28 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-11 11:49:28 +0000 |
commit | 1dc3f29333773551f60dce638ed7309041d7c800 (patch) | |
tree | dde9cae554ce34e533440f7408487f72055c1c8a /compiler/ghc.cabal.in | |
parent | a2797404fc2783552544a38a3e38e16b4dce29a5 (diff) | |
download | haskell-1dc3f29333773551f60dce638ed7309041d7c800.tar.gz |
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.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index bed13f0827..e10dede56f 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -319,7 +319,6 @@ Library InteractiveEval PackageConfig Packages - ParsePkgConf PprTyThing StaticFlags StaticFlagParser |