[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:10:26 UTC 2010


The following commit has been merged in the master branch:
commit 56b1cd3cf2e1d017fb787bf0114d4f2349ebf347
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Jun 5 01:06:42 2006 +0100

    Commented out code that was never used

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index dc358d7..8531ff8 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -423,12 +423,14 @@ pOpen3 pin pout perr fp args func childfunc =
                      debugM (logbase ++ ".pOpen3")
                             ("Running: " ++ fp ++ " " ++ (show args))
                      executeFile fp True args Nothing
+{-
         realfunc p = do
                      System.Posix.Signals.installHandler
                            System.Posix.Signals.sigPIPE
                            System.Posix.Signals.Ignore
                            Nothing
                      func p
+-}
         in
         do 
         p <- try (forkProcess childstuff)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list