summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-11 11:49:28 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-11 11:49:28 +0000
commit1dc3f29333773551f60dce638ed7309041d7c800 (patch)
treedde9cae554ce34e533440f7408487f72055c1c8a /compiler/ghc.cabal.in
parenta2797404fc2783552544a38a3e38e16b4dce29a5 (diff)
downloadhaskell-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.in1
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