Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / utils / LazyUniqFM.lhs
index d8132e3..b7ac15d 100644 (file)
@@ -13,7 +13,9 @@ Basically, the things need to be in class @Uniquable@, and we use the
 \begin{code}
 {-# OPTIONS -Wall -fno-warn-name-shadowing -Werror -fallow-undecidable-instances #-}
 module LazyUniqFM (
-       UniqFM,         -- abstract type
+       UniqFM(..),     -- abstract type
+    -- XXX Not actually abstract because of nativeGen/MachRegs; sigh
+    Lazy(Lazy), -- XXX Also for nativeGen/MachRegs; sigh
 
        emptyUFM,
        unitUFM,