summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorLemmih <lemmih@gmail.com>2006-04-06 20:27:34 +0000
committerLemmih <lemmih@gmail.com>2006-04-06 20:27:34 +0000
commit71130e6906dd3c673acd6b96220f4931451a3cc6 (patch)
treed6e1028df9c8ec09be49d256086f3dc108125f49 /ghc
parenta888792cd6eaad3f8850d72dc7b958db5bccf521 (diff)
downloadhaskell-71130e6906dd3c673acd6b96220f4931451a3cc6.tar.gz
Add stage2/ghci to ghc-api's import list.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/compiler/package.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in
index b216cd904a..b356e90000 100644
--- a/ghc/compiler/package.conf.in
+++ b/ghc/compiler/package.conf.in
@@ -269,6 +269,7 @@ import-dirs: FPTOOLS_TOP_ABS"/ghc/compiler/stage2/utils",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/rename",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/typecheck",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/deSugar",
+ FPTOOLS_TOP_ABS"/ghc/compiler/stage2/ghci",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/coreSyn",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/specialise",
FPTOOLS_TOP_ABS"/ghc/compiler/stage2/simplCore",