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


The following commit has been merged in the master branch:
commit a0ffd2411cc45e6f7e30667add8b022ea971ca08
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Jul 4 22:54:59 2006 +0100

    Another syntax fix

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index 56e7f4b..3bfd2f0 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -400,7 +400,8 @@ cmdfailed funcname command args failcode = do
     warningM (logbase ++ "." ++ funcname) errormsg
     ioError e
 
-cmdsifnalled :: String -> FilePath -> [String] -> Signal -> IO a
+cmdsignalled :: String -> FilePath -> [String] -> Signal -> IO a
+cmdsignalled funcname command args failcode = do
     let errormsg = "Command " ++ command ++ " " ++ (show args) ++
             " failed due to signal " ++ (show failcode)
     let e = userError (errormsg)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list