summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorbenl@ouroborus.net <unknown>2010-10-13 04:03:35 +0000
committerbenl@ouroborus.net <unknown>2010-10-13 04:03:35 +0000
commit201145f80c2c797badceabd0287cc7f5e98302aa (patch)
tree9bb0ed5abb787ce7878b0de53d02011afb6b3226 /compiler
parent09732d3c8ba3b8ab3ebfc5596cc8fdd7f2bb100f (diff)
downloadhaskell-201145f80c2c797badceabd0287cc7f5e98302aa.tar.gz
Fix warnings
Diffstat (limited to 'compiler')
-rw-r--r--compiler/typecheck/Inst.lhs1
-rw-r--r--compiler/typecheck/TcSMonad.lhs1
2 files changed, 0 insertions, 2 deletions
diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs
index eefc42468c..225d2f36ed 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 26f52d9fa4..93c795d33c 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}