From: simonpj Date: Thu, 16 Dec 2004 08:56:15 +0000 (+0000) Subject: [project @ 2004-12-16 08:56:15 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1341 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=13f7d71068719d4799b68d001915e35007429cb1;p=ghc-hetmet.git [project @ 2004-12-16 08:56:15 by simonpj] Darn! Forgot this commit, which killed the nightly build --- diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 3fb0dd3..1f270c3 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -126,6 +126,7 @@ import Panic ( ghcError, GhcException(..) ) import SrcLoc ( SrcLoc ) #endif +import FastString ( mkFastString ) import Util ( sortLe ) import Bag ( unionBags, snocBag )