From 5542f0bd433dfbe0d26c6b5a3def8cf089dfcb84 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Aug 1997 21:37:28 +0000 Subject: [PATCH] [project @ 1997-08-25 21:37:28 by sof] Removed ListSetOps import (unused) --- ghc/compiler/deSugar/DsBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/deSugar/DsBinds.lhs b/ghc/compiler/deSugar/DsBinds.lhs index f340fba..0d16653 100644 --- a/ghc/compiler/deSugar/DsBinds.lhs +++ b/ghc/compiler/deSugar/DsBinds.lhs @@ -36,7 +36,7 @@ import CmdLineOpts ( opt_SccProfilingOn, opt_AutoSccsOnAllToplevs, opt_AutoSccsOnExportedToplevs, opt_CompilingGhcInternals ) import CostCentre ( mkAutoCC, IsCafCC(..), mkAllDictsCC, preludeDictsCostCentre ) import Id ( idType, SYN_IE(DictVar), GenId, SYN_IE(Id) ) -import ListSetOps ( minusList, intersectLists ) +--ToDo: rm import ListSetOps ( minusList, intersectLists ) import Name ( isExported ) import PprType ( GenType ) import Outputable ( PprStyle(..) ) -- 1.7.10.4