[project @ 1997-05-18 04:58:52 by sof]
[ghc-hetmet.git] / 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-}