Skip to content
Snippets Groups Projects
Commit 403bcbb4 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 2000-10-27 15:40:01 by simonpj]

Win32 hacks.
parent ed154a0c
No related merge requests found
-----------------------------------------------------------------------------
-- $Id: DriverState.hs,v 1.9 2000/10/27 14:56:00 sewardj Exp $
-- $Id: DriverState.hs,v 1.10 2000/10/27 15:40:01 simonpj Exp $
--
-- Settings for the driver
--
......@@ -16,9 +16,12 @@ import CmdLineOpts
import DriverUtil
import Util
import Config
import Exception
import IOExts
#ifdef mingw32_TARGET_OS
import TmpFiles ( newTempName )
import Directory ( removeFile )
#endif
import System
import IO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment