X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSMonad.lhs;h=414c63a92315b1345ddc2c940280c4f1b5faaa26;hp=4573082cdae1d08a231f5c0aba31757910bcd42a;hb=ea94a66d93047a9b0cd4532645eb1e9be04888e1;hpb=ffabe3acb2d30be0c8e89e139f5bca7a1eb900f6 diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 4573082..414c63a 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -102,6 +102,7 @@ import FastString import HsBinds -- for TcEvBinds stuff import Id +import StaticFlags( opt_PprStyle_Debug ) import TcRnTypes #ifdef DEBUG import Control.Monad( when )