From: Pepe Iborra Date: Fri, 30 Mar 2007 09:19:18 +0000 (+0000) Subject: Add GhciMonad to the package.conf.in Modules list X-Git-Tag: 2007-05-06~157 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e1fac4956c19d890eaa7a43f41dd8f00d86ebcd0 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 --- 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