From e1fac4956c19d890eaa7a43f41dd8f00d86ebcd0 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Fri, 30 Mar 2007 09:19:18 +0000 Subject: [PATCH] Add GhciMonad to the package.conf.in Modules list When I factored the GhciMonad out of InteractiveUI.hs, I forgot to expose it in the ghc package --- compiler/package.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/package.conf.in b/compiler/package.conf.in index d001c28..470668d 100644 --- a/compiler/package.conf.in +++ b/compiler/package.conf.in @@ -104,6 +104,7 @@ exposed-modules: FunDeps GHC Generics + GhciMonad HeaderInfo HsBinds HsDecls -- 1.7.10.4