From ced98748d1c15d6546187bc709b6f1b28859ea25 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 29 Sep 2004 22:49:38 +0000 Subject: [PATCH] [project @ 2004-09-29 22:49:36 by krasimir] Change file extension. We don't need hsc2hs here. --- System/{Process.hsc => Process.hs} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename System/{Process.hsc => Process.hs} (99%) diff --git a/System/Process.hsc b/System/Process.hs similarity index 99% rename from System/Process.hsc rename to System/Process.hs index e349d9b..0cef6b7 100644 --- a/System/Process.hsc +++ b/System/Process.hs @@ -70,9 +70,9 @@ runCommand runCommand string = do (cmd,args) <- commandToProcess string #if !defined(mingw32_TARGET_OS) && !defined(__MINGW32__) - runProcess1 "runProcess" cmd args Nothing Nothing Nothing Nothing Nothing + runProcess1 "runCommand" cmd args Nothing Nothing Nothing Nothing Nothing #else - runProcess1 "runProcess" cmd [] Nothing Nothing Nothing Nothing Nothing args + runProcess1 "runCommand" cmd [] Nothing Nothing Nothing Nothing Nothing args #endif -- ---------------------------------------------------------------------------- -- 1.7.10.4