From 046ee54f048ddd721dcee41916d6a6f68db3b15b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 11 Oct 2006 14:35:23 +0000 Subject: Module header tidyup #2 Push this further along, and fix build problems in the first patch. --- compiler/utils/UniqFM.lhs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'compiler/utils/UniqFM.lhs') diff --git a/compiler/utils/UniqFM.lhs b/compiler/utils/UniqFM.lhs index 2a02dc728d..267aeabd81 100644 --- a/compiler/utils/UniqFM.lhs +++ b/compiler/utils/UniqFM.lhs @@ -1,7 +1,9 @@ -%ilter +% +% (c) The University of Glasgow 2006 % (c) The AQUA Project, Glasgow University, 1994-1998 % -\section[UniqFM]{Specialised finite maps, for things with @Uniques@} + +UniqFM: Specialised finite maps, for things with @Uniques@ Based on @FiniteMaps@ (as you would expect). @@ -52,7 +54,7 @@ import Maybes ( maybeToBool ) import FastTypes import Outputable -import GLAEXTS -- Lots of Int# operations +import GHC.Exts -- Lots of Int# operations \end{code} %************************************************************************ -- cgit v1.2.1