X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFiniteMap.lhs;h=6ac6b09397730543fb51338ac8704929688645f8;hb=84923cc7de2a93c22a2f72daf9ac863959efae13;hp=9168d3656f60006255f6651f89e31aefc3cbca9f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/utils/FiniteMap.lhs b/compiler/utils/FiniteMap.lhs index 9168d36..6ac6b09 100644 --- a/compiler/utils/FiniteMap.lhs +++ b/compiler/utils/FiniteMap.lhs @@ -1,7 +1,7 @@ - +% +% (c) The University of Glasgow 2006 % (c) The AQUA Project, Glasgow University, 1994-1998 % -\section[FiniteMap]{An implementation of finite maps} ``Finite maps'' are the heart of the compiler's lookup-tables/environments and its implementation of sets. Important @@ -62,7 +62,7 @@ import Bag ( Bag, foldrBag ) import Util import Outputable -import GLAEXTS +import GHC.Exts #if ! OMIT_NATIVE_CODEGEN # define IF_NCG(a) a