[project @ 1996-06-26 10:26:00 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / AsmCodeGen.lhs
index 090e13f..50c6fae 100644 (file)
@@ -22,7 +22,7 @@ import PrimOp         ( commutableOp, PrimOp(..) )
 import PrimRep         ( PrimRep{-instance Eq-} )
 import RegAllocInfo    ( mkMRegsState, MRegsState )
 import Stix            ( StixTree(..), StixReg(..), CodeSegment )
-import UniqSupply      ( returnUs, thenUs, mapUs, UniqSM(..) )
+import UniqSupply      ( returnUs, thenUs, mapUs, SYN_IE(UniqSM) )
 import Unpretty                ( uppPutStr, uppShow, uppAboves, Unpretty(..) )
 \end{code}