X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=ffc7f2d51d49f3f14ffb1772d4c774ea7987d6ef;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=cf08d7cb96120bf89e29373c8f24772c46536824;hpb=967cc47f37cb93a5e2b6df7822c9a646f0428247;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index cf08d7c..ffc7f2d 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -1,5 +1,5 @@ % -% (c) The AQUA Project, Glasgow University, 1994-1996 +% (c) The AQUA Project, Glasgow University, 1994-1998 % \section[FiniteMap]{An implementation of finite maps} @@ -59,7 +59,7 @@ module FiniteMap ( #define OUTPUTABLE_key {--} #endif -import {-# SOURCE #-} Name +import {-# SOURCE #-} Name ( Name ) import GlaExts import FastString import Maybes