summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-05 09:44:43 +0200
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-05 09:44:43 +0200
commit0d3a6d5371e6f7a739a9b03ece6d72eb8a3803c7 (patch)
tree2a41a01d3d0d765d55b942dd41433f8497cb90c5 /compiler
parentea94a66d93047a9b0cd4532645eb1e9be04888e1 (diff)
downloadhaskell-0d3a6d5371e6f7a739a9b03ece6d72eb8a3803c7.tar.gz
Fix a previous incorrect merge.
Diffstat (limited to 'compiler')
-rw-r--r--compiler/typecheck/TcSMonad.lhs5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs
index 414c63a923..5f4522c14a 100644
--- a/compiler/typecheck/TcSMonad.lhs
+++ b/compiler/typecheck/TcSMonad.lhs
@@ -101,13 +101,12 @@ import FastString
import HsBinds -- for TcEvBinds stuff
import Id
-
-import StaticFlags( opt_PprStyle_Debug )
import TcRnTypes
+import Data.IORef
#ifdef DEBUG
+import StaticFlags( opt_PprStyle_Debug )
import Control.Monad( when )
#endif
-import Data.IORef
\end{code}