[project @ 2004-12-16 08:56:15 by simonpj]
authorsimonpj <unknown>
Thu, 16 Dec 2004 08:56:15 +0000 (08:56 +0000)
committersimonpj <unknown>
Thu, 16 Dec 2004 08:56:15 +0000 (08:56 +0000)
Darn!  Forgot this commit, which killed the nightly build

ghc/compiler/typecheck/TcRnDriver.lhs

index 3fb0dd3..1f270c3 100644 (file)
@@ -126,6 +126,7 @@ import Panic                ( ghcError, GhcException(..) )
 import SrcLoc          ( SrcLoc )
 #endif
 
+import FastString      ( mkFastString )
 import Util            ( sortLe )
 import Bag             ( unionBags, snocBag )