From: benl@ouroborus.net Date: Wed, 13 Oct 2010 04:03:35 +0000 (+0000) Subject: Fix warnings X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=201145f80c2c797badceabd0287cc7f5e98302aa Fix warnings --- diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs index eefc424..225d2f3 100644 --- a/compiler/typecheck/Inst.lhs +++ b/compiler/typecheck/Inst.lhs @@ -37,7 +37,6 @@ import HsSyn import TcHsSyn import TcRnMonad import TcEnv -import TcRnTypes import InstEnv import FunDeps import TcMType diff --git a/compiler/typecheck/TcSMonad.lhs b/compiler/typecheck/TcSMonad.lhs index 26f52d9..93c795d 100644 --- a/compiler/typecheck/TcSMonad.lhs +++ b/compiler/typecheck/TcSMonad.lhs @@ -100,7 +100,6 @@ import FunDeps import TcRnTypes -import Control.Monad import Data.IORef \end{code}