[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / Stix.lhs
index f187e9f..c6ab81b 100644 (file)
@@ -15,12 +15,12 @@ module Stix (
        getUniqLabelNCG
     ) where
 
-import Ubiq{-uitous-}
+IMP_Ubiq(){-uitous-}
 
 import AbsCSyn         ( node, infoptr, MagicId(..) )
 import AbsCUtils       ( magicIdPrimRep )
 import CLabel          ( mkAsmTempLabel )
-import UniqSupply      ( returnUs, thenUs, getUnique, UniqSM(..) )
+import UniqSupply      ( returnUs, thenUs, getUnique, SYN_IE(UniqSM) )
 import Unpretty                ( uppPStr, Unpretty(..) )
 \end{code}