Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
403bcbb4
Commit
403bcbb4
authored
Oct 27, 2000
by
simonpj
Browse files
[project @ 2000-10-27 15:40:01 by simonpj]
Win32 hacks.
parent
ed154a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverState.hs
View file @
403bcbb4
-----------------------------------------------------------------------------
-- $Id: DriverState.hs,v 1.
9
2000/10/27 1
4:56:00 seward
j Exp $
-- $Id: DriverState.hs,v 1.
10
2000/10/27 1
5:40:01 simonp
j 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment