From: sof Date: Mon, 25 Aug 1997 21:37:28 +0000 (+0000) Subject: [project @ 1997-08-25 21:37:28 by sof] X-Git-Tag: Approximately_1000_patches_recorded~129 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5542f0bd433dfbe0d26c6b5a3def8cf089dfcb84;p=ghc-hetmet.git [project @ 1997-08-25 21:37:28 by sof] Removed ListSetOps import (unused) --- 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(..) )