summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Check.lhs
diff options
context:
space:
mode:
authorMichael D. Adams <t-madams@microsoft.com>2007-05-10 09:31:35 +0000
committerMichael D. Adams <t-madams@microsoft.com>2007-05-10 09:31:35 +0000
commitb1ab4b8a607addc4d097588db5761313c996a41f (patch)
treeb7e126ed9b7cb4f4aae384affade6be82a12c45a /compiler/deSugar/Check.lhs
parente46cab34c24d2b9bdb37dbddf8ff640653b0b35f (diff)
downloadhaskell-b1ab4b8a607addc4d097588db5761313c996a41f.tar.gz
Warning fix for unused and redundant imports
Diffstat (limited to 'compiler/deSugar/Check.lhs')
-rw-r--r--compiler/deSugar/Check.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/deSugar/Check.lhs b/compiler/deSugar/Check.lhs
index a81123ec41..b8c61aa9ce 100644
--- a/compiler/deSugar/Check.lhs
+++ b/compiler/deSugar/Check.lhs
@@ -11,7 +11,6 @@ module Check ( check , ExhaustivePat ) where
import HsSyn
import TcHsSyn
-import TcType
import DsUtils
import MatchLit
import Id