X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSMonad.lhs;fp=compiler%2Ftypecheck%2FTcSMonad.lhs;h=414c63a92315b1345ddc2c940280c4f1b5faaa26;hp=63b3bb8c6d408a06addc54fa42c9c4e509df0e17;hb=ea94a66d93047a9b0cd4532645eb1e9be04888e1;hpb=51fd4a1db15971e8eb46a2d665dc3f1572b95653 diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 63b3bb8..414c63a 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -101,13 +101,13 @@ import FastString import HsBinds -- for TcEvBinds stuff import Id -import TcRnTypes -import Data.IORef -#ifdef DEBUG import StaticFlags( opt_PprStyle_Debug ) +import TcRnTypes +#ifdef DEBUG import Control.Monad( when ) #endif +import Data.IORef \end{code}