[project @ 1997-06-05 09:31:00 by sof]
[ghc-hetmet.git] / ghc / compiler / types / Class.lhs
index e123309..7fa1711 100644 (file)
@@ -26,7 +26,14 @@ module Class (
 
 CHK_Ubiq() -- debugging consistency check
 
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(TyLoop)
+#else
+import {-# SOURCE #-} Id
+import {-# SOURCE #-} Type
+import {-# SOURCE #-} TysWiredIn
+import {-# SOURCE #-} TysPrim
+#endif
 
 #if __GLASGOW_HASKELL__ >= 202
 import Name