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