Add GhciMonad to the package.conf.in Modules list
authorPepe Iborra <mnislaih@gmail.com>
Fri, 30 Mar 2007 09:19:18 +0000 (09:19 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Fri, 30 Mar 2007 09:19:18 +0000 (09:19 +0000)
When I factored the GhciMonad out of InteractiveUI.hs, I forgot to expose it in the ghc package

compiler/package.conf.in

index d001c28..470668d 100644 (file)
@@ -104,6 +104,7 @@ exposed-modules:
        FunDeps
        GHC
        Generics
+       GhciMonad
         HeaderInfo
        HsBinds
        HsDecls