[project @ 2001-03-07 10:28:40 by rrt]
authorrrt <unknown>
Wed, 7 Mar 2001 10:28:40 +0000 (10:28 +0000)
committerrrt <unknown>
Wed, 7 Mar 2001 10:28:40 +0000 (10:28 +0000)
Import v_TmpDir.

ghc/compiler/main/DriverUtil.hs

index e6f7cff..3c255ce 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: DriverUtil.hs,v 1.17 2001/03/06 15:00:25 rrt Exp $
+-- $Id: DriverUtil.hs,v 1.18 2001/03/07 10:28:40 rrt Exp $
 --
 -- Utils for the driver
 --
@@ -14,6 +14,7 @@ module DriverUtil where
 
 import Util
 import Panic
+import TmpFiles ( v_TmpDir )
 
 import IOExts
 import Exception