From: rrt Date: Wed, 7 Mar 2001 10:28:40 +0000 (+0000) Subject: [project @ 2001-03-07 10:28:40 by rrt] X-Git-Tag: Approximately_9120_patches~2455 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3258c3d51e2e704040d632a8101b5a86ba74329d;p=ghc-hetmet.git [project @ 2001-03-07 10:28:40 by rrt] Import v_TmpDir. --- 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