[project @ 1996-07-15 16:16:46 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / StixInfo.lhs
index 82b88c6..150dc41 100644 (file)
@@ -7,7 +7,7 @@
 
 module StixInfo ( genCodeInfoTable ) where
 
-import Ubiq{-uitious-}
+IMP_Ubiq(){-uitious-}
 
 import AbsCSyn         ( AbstractC(..), CAddrMode, ReturnInfo,
                          RegRelative, MagicId, CStmtMacro
@@ -25,7 +25,7 @@ import SMRep          ( SMRep(..), SMSpecRepKind(..), SMUpdateKind(..),
                        )
 import Stix            -- all of it
 import StixPrim                ( amodeToStix )
-import UniqSupply      ( returnUs, UniqSM(..) )
+import UniqSupply      ( returnUs, SYN_IE(UniqSM) )
 import Unpretty                ( uppBesides, uppPStr, uppInt, uppChar )
 \end{code}