[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / StixInteger.lhs
index fe9ec74..a019c52 100644 (file)
@@ -11,8 +11,8 @@ module StixInteger (
        encodeFloatingKind, decodeFloatingKind
     ) where
 
-import Ubiq{-uitous-}
-import NcgLoop         ( amodeToStix )
+IMP_Ubiq(){-uitous-}
+IMPORT_DELOOPER(NcgLoop)               ( amodeToStix )
 
 import MachMisc
 import MachRegs
@@ -29,7 +29,7 @@ import Stix           ( getUniqLabelNCG, sStLitLbl, stgHp, stgHpLim,
                          CodeSegment, StixReg
                        )
 import StixMacro       ( macroCode, heapCheck )
-import UniqSupply      ( returnUs, thenUs, UniqSM(..) )
+import UniqSupply      ( returnUs, thenUs, SYN_IE(UniqSM) )
 import Util            ( panic )
 \end{code}