[project @ 1997-06-05 09:31:00 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 09:31:00 +0000 (09:31 +0000)
committersof <unknown>
Thu, 5 Jun 1997 09:31:00 +0000 (09:31 +0000)
Do not use loop breaker modules with 2.0x

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