[project @ 1996-07-15 16:16:46 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / AbsCStixGen.lhs
index 830e450..223b015 100644 (file)
@@ -8,6 +8,7 @@
 module AbsCStixGen ( genCodeAbstractC ) where
 
 IMP_Ubiq(){-uitous-}
+IMPORT_1_3(Ratio(Rational))
 
 import AbsCSyn
 import Stix
@@ -31,7 +32,7 @@ import PrimRep                ( isFloatingRep, PrimRep(..) )
 import StixInfo                ( genCodeInfoTable )
 import StixMacro       ( macroCode )
 import StixPrim                ( primCode, amodeToStix, amodeToStix' )
-import UniqSupply      ( returnUs, thenUs, mapUs, getUnique, UniqSM(..) )
+import UniqSupply      ( returnUs, thenUs, mapUs, getUnique, SYN_IE(UniqSM) )
 import Util            ( naturalMergeSortLe, panic )
 
 #ifdef REALLY_HASKELL_1_3