Fix warnings
authorbenl@ouroborus.net <unknown>
Wed, 13 Oct 2010 04:03:35 +0000 (04:03 +0000)
committerbenl@ouroborus.net <unknown>
Wed, 13 Oct 2010 04:03:35 +0000 (04:03 +0000)
compiler/typecheck/Inst.lhs
compiler/typecheck/TcSMonad.lhs

index eefc424..225d2f3 100644 (file)
@@ -37,7 +37,6 @@ import HsSyn
 import TcHsSyn
 import TcRnMonad
 import TcEnv
-import TcRnTypes
 import InstEnv
 import FunDeps
 import TcMType
index 26f52d9..93c795d 100644 (file)
@@ -100,7 +100,6 @@ import FunDeps
 
 import TcRnTypes
 
-import Control.Monad
 import Data.IORef
 \end{code}