Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics
http://hackage.haskell.org/trac/ghc/changeset/0d3a6d5371e6f7a739a9b03ece6d72eb8a3803c7 >--------------------------------------------------------------- commit 0d3a6d5371e6f7a739a9b03ece6d72eb8a3803c7 Author: Jose Pedro Magalhaes <[email protected]> Date: Thu May 5 09:44:43 2011 +0200 Fix a previous incorrect merge. >--------------------------------------------------------------- compiler/typecheck/TcSMonad.lhs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 414c63a..5f4522c 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} _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
