Skip to content
Snippets Groups Projects
Commit b5a57405 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-10-27 15:11:37 by sewardj]

Fix various platform-dependent bogons.
parent cf9debc5
No related merge requests found
-----------------------------------------------------------------------------
-- $Id: DriverFlags.hs,v 1.12 2000/10/27 14:46:37 simonmar Exp $
-- $Id: DriverFlags.hs,v 1.13 2000/10/27 15:11:37 sewardj 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
......
-----------------------------------------------------------------------------
-- $Id: TmpFiles.hs,v 1.6 2000/10/27 14:56:00 sewardj Exp $
-- $Id: TmpFiles.hs,v 1.7 2000/10/27 15: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
......
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