From: sof Date: Sat, 5 Jul 1997 01:39:03 +0000 (+0000) Subject: [project @ 1997-07-05 01:39:03 by sof] X-Git-Tag: Approximately_1000_patches_recorded~278 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2358199be22e401f4e756fffc9d454e2df578ce7;p=ghc-hetmet.git [project @ 1997-07-05 01:39:03 by sof] Uniquable from Unique --- diff --git a/ghc/compiler/utils/SpecLoop.lhi b/ghc/compiler/utils/SpecLoop.lhi index f05cdef..a85c98f 100644 --- a/ghc/compiler/utils/SpecLoop.lhi +++ b/ghc/compiler/utils/SpecLoop.lhi @@ -10,8 +10,7 @@ import TyVar ( GenTyVar ) import TyCon ( TyCon ) import Class ( GenClass, GenClassOp ) import Id ( GenId ) -import Unique ( Unique ) -import UniqFM ( Uniquable(..) ) +import Unique ( Unique, Uniquable(..) ) import MachRegs ( Reg ) import CLabel ( CLabel )