From 13f7d71068719d4799b68d001915e35007429cb1 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 16 Dec 2004 08:56:15 +0000 Subject: [PATCH] [project @ 2004-12-16 08:56:15 by simonpj] Darn! Forgot this commit, which killed the nightly build --- ghc/compiler/typecheck/TcRnDriver.lhs | 1 + 1 file changed, 1 insertion(+) 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 ) -- 1.7.10.4