From 3258c3d51e2e704040d632a8101b5a86ba74329d Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 7 Mar 2001 10:28:40 +0000 Subject: [PATCH] [project @ 2001-03-07 10:28:40 by rrt] Import v_TmpDir. --- ghc/compiler/main/DriverUtil.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverUtil.hs b/ghc/compiler/main/DriverUtil.hs index e6f7cff..3c255ce 100644 --- a/ghc/compiler/main/DriverUtil.hs +++ b/ghc/compiler/main/DriverUtil.hs @@ -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 -- 1.7.10.4