[project @ 1997-06-05 21:03:17 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 21:03:17 +0000 (21:03 +0000)
committersof <unknown>
Thu, 5 Jun 1997 21:03:17 +0000 (21:03 +0000)
import updates

ghc/compiler/deSugar/DsUtils.lhs

index 8a508a5..9408c60 100644 (file)
@@ -29,7 +29,11 @@ module DsUtils (
     ) where
 
 IMP_Ubiq()
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(DsLoop)                ( match, matchSimply )
+#else
+import {-# SOURCE #-} Match (match, matchSimply )
+#endif
 
 import HsSyn           ( HsExpr(..), OutPat(..), HsLit(..), Fixity,
                          Match, HsBinds, Stmt, DoOrListComp, HsType, ArithSeqInfo )