[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / deSugar / MatchLit.lhs
index da0392e..010d471 100644 (file)
@@ -8,8 +8,8 @@
 
 module MatchLit ( matchLiterals ) where
 
-import Ubiq
-import DsLoop          -- break match-ish and dsExpr-ish loops
+IMP_Ubiq()
+IMPORT_DELOOPER(DsLoop)                -- break match-ish and dsExpr-ish loops
 
 import HsSyn           ( HsLit(..), OutPat(..), HsExpr(..),
                          Match, HsBinds, Stmt, Qual, PolyType, ArithSeqInfo )