From 49ae18be5dbd124c59a13e7ccb7338525e68ad4d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 24 Apr 2007 11:14:18 +0000 Subject: [PATCH] remove unused imports --- compiler/deSugar/DsBinds.lhs | 1 - compiler/deSugar/DsMeta.hs | 3 --- 2 files changed, 4 deletions(-) diff --git a/compiler/deSugar/DsBinds.lhs b/compiler/deSugar/DsBinds.lhs index 4d2f9f1..242cca8 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 dc81655..fa7fafe 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 -- 1.7.10.4