From 4e5d22a241b6347c462cf7748e13effde0f02720 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 17 Nov 2003 14:40:33 +0000 Subject: [PATCH] [project @ 2003-11-17 14:40:33 by simonmar] GC export list. --- ghc/compiler/main/SysTools.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index bd4aacb..8c4607a 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -48,11 +48,10 @@ module SysTools ( -- Temporary-file management setTmpDir, newTempName, - cleanTempFiles, cleanTempFilesExcept, removeTmpFiles, + cleanTempFiles, cleanTempFilesExcept, addFilesToClean, -- System interface - getProcessID, -- IO Int system, -- String -> IO ExitCode -- Misc -- 1.7.10.4