Formatting fixes to GhcMonad
authorDavid Terei <davidterei@gmail.com>
Tue, 3 May 2011 21:52:58 +0000 (14:52 -0700)
committerDavid Terei <davidterei@gmail.com>
Wed, 4 May 2011 22:01:16 +0000 (15:01 -0700)
compiler/main/GhcMonad.hs

index 711259c..4c72f14 100644 (file)
@@ -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