X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FBitSet.lhs;h=a108136af3708c20a6e4e233010f5ef5a23cbcda;hb=9af77fa423926fbda946b31e174173d0ec5ebac8;hp=071e166354ea959c30c64a5356a9fdaea526013e;hpb=abf79717055ffefb997877b80ebd6ff237d12024;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/BitSet.lhs b/ghc/compiler/utils/BitSet.lhs index 071e166..a108136 100644 --- a/ghc/compiler/utils/BitSet.lhs +++ b/ghc/compiler/utils/BitSet.lhs @@ -22,8 +22,10 @@ module BitSet ( unionBS, minusBS, intBS ) where +#include "HsVersions.h" + #ifdef __GLASGOW_HASKELL__ -import GlaExts +import GLAEXTS -- nothing to import #elif defined(__YALE_HASKELL__) {-hide import from mkdependHS-}