X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=319e386a8e9beb5abfe7002e798aac88ad6bf730;hb=3cbb4112ec0d75f517fb07ccb6ae42039686b757;hp=37243a43af5bdb0f747563f9df801cb23d095927;hpb=b505fcd55ff104195c35625781e0903b1a9ac5bf;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index 37243a4..319e386 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -69,7 +69,12 @@ module FiniteMap ( #endif ) where +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(SpecLoop) +#else +import {-# SOURCE #-} Name +#endif + #if __GLASGOW_HASKELL__ >= 202 import GlaExts #endif