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

ghc/compiler/utils/Maybes.lhs

index 2542141..c996439 100644 (file)
@@ -41,7 +41,12 @@ module Maybes (
 
 CHK_Ubiq()                     -- debugging consistency check
 
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER( SpecLoop )    -- Specialisation
+#else
+import {-# SOURCE #-} Name
+#endif
+
 import Unique  (Unique)                -- only for specialising
 
 #else