From: sof Date: Sun, 18 May 1997 04:58:52 +0000 (+0000) Subject: [project @ 1997-05-18 04:58:52 by sof] X-Git-Tag: Approximately_1000_patches_recorded~644 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cda2ef4f5c4611747213ea5aef233356b8b87e64;p=ghc-hetmet.git [project @ 1997-05-18 04:58:52 by sof] Made 2.0x bootable --- diff --git a/ghc/compiler/utils/BitSet.lhs b/ghc/compiler/utils/BitSet.lhs index e7f1ec6..7af5ff9 100644 --- a/ghc/compiler/utils/BitSet.lhs +++ b/ghc/compiler/utils/BitSet.lhs @@ -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-}