Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/28c84fc1418d51e7788d2ff42460e4ee50b5e4d6 >--------------------------------------------------------------- commit 28c84fc1418d51e7788d2ff42460e4ee50b5e4d6 Author: David Terei <[email protected]> Date: Tue May 3 14:52:58 2011 -0700 Formatting fixes to GhcMonad >--------------------------------------------------------------- compiler/main/GhcMonad.hs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
