diff options
author | benl@ouroborus.net <unknown> | 2010-10-13 04:03:35 +0000 |
---|---|---|
committer | benl@ouroborus.net <unknown> | 2010-10-13 04:03:35 +0000 |
commit | 201145f80c2c797badceabd0287cc7f5e98302aa (patch) | |
tree | 9bb0ed5abb787ce7878b0de53d02011afb6b3226 /compiler | |
parent | 09732d3c8ba3b8ab3ebfc5596cc8fdd7f2bb100f (diff) | |
download | haskell-201145f80c2c797badceabd0287cc7f5e98302aa.tar.gz |
Fix warnings
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/Inst.lhs | 1 | ||||
-rw-r--r-- | compiler/typecheck/TcSMonad.lhs | 1 |
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} |