summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-10-03 16:35:36 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-10-03 16:35:36 +0000
commit1a7d1b77334529ca96ed4cbc03fcb5f55dc2de4a (patch)
treec65929c6b69c13266cdc0e6965b05e1f3a1af673 /compiler/parser
parente932508283461bfc5b6658a374fd6e9126979e49 (diff)
downloadhaskell-1a7d1b77334529ca96ed4cbc03fcb5f55dc2de4a.tar.gz
refactoring only: use the parameterised InstalledPackageInfo
This required moving PackageId from PackageConfig to Module
Diffstat (limited to 'compiler/parser')
-rw-r--r--compiler/parser/ParserCore.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/parser/ParserCore.y b/compiler/parser/ParserCore.y
index a85d837434..86652ffeb2 100644
--- a/compiler/parser/ParserCore.y
+++ b/compiler/parser/ParserCore.y
@@ -20,7 +20,6 @@ import Type ( Kind,
)
import Name( Name, nameOccName, nameModule, mkExternalName )
import Module
-import PackageConfig ( mainPackageId, stringToPackageId )
import ParserCoreUtils
import LexCore
import Literal