[project @ 1997-05-18 04:58:52 by sof]
authorsof <unknown>
Sun, 18 May 1997 04:58:52 +0000 (04:58 +0000)
committersof <unknown>
Sun, 18 May 1997 04:58:52 +0000 (04:58 +0000)
Made 2.0x bootable

ghc/compiler/utils/BitSet.lhs

index e7f1ec6..7af5ff9 100644 (file)
@@ -26,6 +26,9 @@ module BitSet (
     ) where
 
 #ifdef __GLASGOW_HASKELL__
+#if __GLASGOW_HASKELL__ >= 202
+import GlaExts
+#endif
 -- nothing to import
 #elif defined(__YALE_HASKELL__)
 {-hide import from mkdependHS-}