From: simonm Date: Thu, 4 Feb 1999 09:51:18 +0000 (+0000) Subject: [project @ 1999-02-04 09:51:18 by simonm] X-Git-Tag: Approximately_9120_patches~6613 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=93938eb1d46004a456f1137531da8691fb853aba;p=ghc-hetmet.git [project @ 1999-02-04 09:51:18 by simonm] Oops, import occNameUserString. --- diff --git a/ghc/compiler/typecheck/TcGenDeriv.lhs b/ghc/compiler/typecheck/TcGenDeriv.lhs index 2819e6a..16d312f 100644 --- a/ghc/compiler/typecheck/TcGenDeriv.lhs +++ b/ghc/compiler/typecheck/TcGenDeriv.lhs @@ -40,7 +40,7 @@ import DataCon ( isNullaryDataCon, dataConTag, DataCon, ConTag, dataConFieldLabels ) import Name ( getOccString, getOccName, getSrcLoc, occNameString, - nameRdrName, varName, + occNameUserString, nameRdrName, varName, OccName, Name, NamedThing(..), NameSpace )