From 2358199be22e401f4e756fffc9d454e2df578ce7 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Sat, 5 Jul 1997 01:39:03 +0000
Subject: [PATCH] [project @ 1997-07-05 01:39:03 by sof] Uniquable from Unique

---
 ghc/compiler/utils/SpecLoop.lhi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ghc/compiler/utils/SpecLoop.lhi b/ghc/compiler/utils/SpecLoop.lhi
index f05cdefd6289..a85c98f5a1a7 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 )
 
-- 
GitLab