From: David Terei Date: Tue, 3 May 2011 21:52:58 +0000 (-0700) Subject: Formatting fixes to GhcMonad X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=28c84fc1418d51e7788d2ff42460e4ee50b5e4d6 Formatting fixes to GhcMonad --- 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