diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-05-10 09:31:35 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-05-10 09:31:35 +0000 |
commit | b1ab4b8a607addc4d097588db5761313c996a41f (patch) | |
tree | b7e126ed9b7cb4f4aae384affade6be82a12c45a /compiler/deSugar/Check.lhs | |
parent | e46cab34c24d2b9bdb37dbddf8ff640653b0b35f (diff) | |
download | haskell-b1ab4b8a607addc4d097588db5761313c996a41f.tar.gz |
Warning fix for unused and redundant imports
Diffstat (limited to 'compiler/deSugar/Check.lhs')
-rw-r--r-- | compiler/deSugar/Check.lhs | 1 |
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 |