X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FBitSet.lhs;fp=ghc%2Fcompiler%2Futils%2FBitSet.lhs;h=7af5ff9c71e9fe243a6180e4da46712349e257f7;hb=cda2ef4f5c4611747213ea5aef233356b8b87e64;hp=e7f1ec664b78f18e23e00051a0f4127f24c2b1fe;hpb=c0a09c8f931ae6b5204bf0595adb4224ed565bc7;p=ghc-hetmet.git 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-}