X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=5e7e5c9191511811d4132adf555d32d51a0ed0e4;hb=ce9687a5f450014c5596b32de8e8a7b99b6389e8;hp=84212580f74cb663b8305459d9d49f9db61960b0;hpb=4a851c8281491a26ce130e6ce4496042e3feb42b;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index 8421258..5e7e5c9 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -57,12 +57,13 @@ module FiniteMap ( #define OUTPUTABLE_key {--} #endif -import GlaExts import Maybes import Bag ( Bag, foldrBag ) import Util import Outputable +import GLAEXTS + #if ! OMIT_NATIVE_CODEGEN # define IF_NCG(a) a #else