X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FGhcMonad.hs;fp=compiler%2Fmain%2FGhcMonad.hs;h=4c72f144c28daa6843590445d8c2f4c53222e09a;hb=28c84fc1418d51e7788d2ff42460e4ee50b5e4d6;hp=711259c9baf3ffd0d05249be3f08cc3e5c7fcda1;hpb=d6645244236d85b97655e13d9b5e0bb13fb76e8a;p=ghc-hetmet.git diff --git a/compiler/main/GhcMonad.hs b/compiler/main/GhcMonad.hs index 711259c..4c72f14 100644 --- a/compiler/main/GhcMonad.hs +++ b/compiler/main/GhcMonad.hs @@ -15,11 +15,11 @@ module GhcMonad ( reflectGhc, reifyGhc, getSessionDynFlags, liftIO, - Session(..), withSession, modifySession, withTempSession, + Session(..), withSession, modifySession, withTempSession, -- ** Warnings logWarnings, printException, printExceptionAndWarnings, - WarnErrLogger, defaultWarnErrLogger + WarnErrLogger, defaultWarnErrLogger ) where import MonadUtils