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


The following commit has been merged in the master branch:
commit bad7cf969820108684d1aad1c94b91aae8a760f3
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Feb 8 03:55:07 2006 +0100

    Fixed

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index 1577459..dc358d7 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -93,8 +93,10 @@ module MissingH.Cmd(-- * High-Level Tools
                     -- * Low-Level Tools
                     PipeMode(..),
 #ifndef mingw32_HOST_OS
+#ifndef __HUGS__
                     pOpen, pOpen3
 #endif
+#endif
 		   )
 where
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list