From 71130e6906dd3c673acd6b96220f4931451a3cc6 Mon Sep 17 00:00:00 2001 From: Lemmih Date: Thu, 6 Apr 2006 20:27:34 +0000 Subject: [PATCH] Add stage2/ghci to ghc-api's import list. --- ghc/compiler/package.conf.in | 1 + 1 file changed, 1 insertion(+) 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", -- 1.7.10.4