[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:14:08 UTC 2010


The following commit has been merged in the master branch:
commit de8285e3770bbb06a8531bfa5b45bbfda563a632
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Nov 23 08:57:07 2006 +0100

    Compilation fix

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index f28f561..83fc68e 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -413,7 +413,7 @@ to do so will lead to resource leakage (zombie processes).
 This function does nothing with signals.  That too is up to you.
 
 Logs as MissingH.Cmd.forkRawSystem -}
-forkRawSystem :: FilePath -> [String] -> IO ProcessStatus
+forkRawSystem :: FilePath -> [String] -> IO ProcessID
 forkRawSystem program args =
     do debugM (logbase ++ ".forkRawSystem")
                ("Running: " ++ program ++ " " ++ (show args))

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list