From cda2ef4f5c4611747213ea5aef233356b8b87e64 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 04:58:52 +0000 Subject: [PATCH] [project @ 1997-05-18 04:58:52 by sof] Made 2.0x bootable --- ghc/compiler/utils/BitSet.lhs | 3 +++ 1 file changed, 3 insertions(+) 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-} -- 1.7.10.4