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
b5a57405
Commit
b5a57405
authored
Oct 27, 2000
by
sewardj
Browse files
[project @ 2000-10-27 15:11:37 by sewardj]
Fix various platform-dependent bogons.
parent
cf9debc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverFlags.hs
View file @
b5a57405
-----------------------------------------------------------------------------
-- $Id: DriverFlags.hs,v 1.1
2
2000/10/27 1
4:46
:37 s
imonmar
Exp $
-- $Id: DriverFlags.hs,v 1.1
3
2000/10/27 1
5:11
:37 s
ewardj
Exp $
--
-- Driver flags
--
...
...
@@ -14,6 +14,7 @@ module DriverFlags where
import
PackageMaintenance
import
DriverState
import
DriverUtil
import
TmpFiles
(
v_TmpDir
)
import
CmdLineOpts
import
Config
import
Util
...
...
ghc/compiler/main/TmpFiles.hs
View file @
b5a57405
-----------------------------------------------------------------------------
-- $Id: TmpFiles.hs,v 1.
6
2000/10/27 1
4:56:00
sewardj Exp $
-- $Id: TmpFiles.hs,v 1.
7
2000/10/27 1
5:11:37
sewardj Exp $
--
-- Temporary file management
--
...
...
@@ -12,7 +12,8 @@ module TmpFiles (
initTempFileStorage
,
-- :: IO ()
cleanTempFiles
,
-- :: IO ()
newTempName
,
-- :: Suffix -> IO FilePath
addFilesToClean
-- :: [FilePath] -> IO ()
addFilesToClean
,
-- :: [FilePath] -> IO ()
v_TmpDir
)
where
-- main
...
...
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