X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSMonad.lhs;h=2524afc7a2d8799bc44ceae08b7ae4a39cdbd499;hp=73a7229bed2da0b7f2a93bae5351057245957eaf;hb=b597fa5bd78b96ea1c2f7ed6a6183ea8004fcbeb;hpb=56a437ee698c5a46864e7fcc530707742589ef7d diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 73a7229..2524afc 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -64,7 +64,6 @@ module TcSMonad ( import HscTypes import BasicTypes import Type -import TcRnTypes import Inst import InstEnv @@ -96,6 +95,8 @@ import HsBinds -- for TcEvBinds stuff import Id import FunDeps +import TcRnTypes + import Control.Monad import Data.IORef \end{code}