summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMonad.hs
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-05-03 14:52:58 -0700
committerDavid Terei <davidterei@gmail.com>2011-05-04 15:01:16 -0700
commit28c84fc1418d51e7788d2ff42460e4ee50b5e4d6 (patch)
treeacd2199fd4bc0460eccc0419239095a9e547e965 /compiler/main/GhcMonad.hs
parentd6645244236d85b97655e13d9b5e0bb13fb76e8a (diff)
downloadhaskell-28c84fc1418d51e7788d2ff42460e4ee50b5e4d6.tar.gz
Formatting fixes to GhcMonad
Diffstat (limited to 'compiler/main/GhcMonad.hs')
-rw-r--r--compiler/main/GhcMonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/GhcMonad.hs b/compiler/main/GhcMonad.hs
index 711259c9ba..4c72f144c2 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