diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-04-24 11:14:18 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-04-24 11:14:18 +0000 |
commit | 49ae18be5dbd124c59a13e7ccb7338525e68ad4d (patch) | |
tree | 764fbff6aa5c3e61d93501d01244165945ec9ab8 | |
parent | 0fa4f1db9b1b8f44a107af5bf5267504d5924ee6 (diff) | |
download | haskell-49ae18be5dbd124c59a13e7ccb7338525e68ad4d.tar.gz |
remove unused imports
-rw-r--r-- | compiler/deSugar/DsBinds.lhs | 1 | ||||
-rw-r--r-- | compiler/deSugar/DsMeta.hs | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/compiler/deSugar/DsBinds.lhs b/compiler/deSugar/DsBinds.lhs index 4d2f9f15dd..242cca857a 100644 --- a/compiler/deSugar/DsBinds.lhs +++ b/compiler/deSugar/DsBinds.lhs @@ -46,7 +46,6 @@ import BasicTypes hiding ( TopLevel ) import FastString import Util ( mapSnd ) - import Control.Monad import Data.List \end{code} diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs index dc816557e6..fa7fafe2a2 100644 --- a/compiler/deSugar/DsMeta.hs +++ b/compiler/deSugar/DsMeta.hs @@ -33,7 +33,6 @@ import qualified Language.Haskell.TH as TH import HsSyn import Class import PrelNames -import OccName -- To avoid clashes with DsMeta.varName we must make a local alias for -- OccName.varName we do this by removing varName from the import of -- OccName above, making a qualified instance of OccName and using @@ -42,10 +41,8 @@ import qualified OccName import Module import Id -import OccName import Name import NameEnv -import Type import TcType import TyCon import TysWiredIn |