From: Lemmih Date: Thu, 6 Apr 2006 20:27:34 +0000 (+0000) Subject: Add stage2/ghci to ghc-api's import list. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=71130e6906dd3c673acd6b96220f4931451a3cc6 Add stage2/ghci to ghc-api's import list. --- diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index b216cd9..b356e90 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",