[commit: packages/process] master: Systsem.Process.Posix: Hide mb_delegate_ctlc (eedaff6)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:19:49 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eedaff67abba546360bcff174c2dea58892d1e05/process
>---------------------------------------------------------------
commit eedaff67abba546360bcff174c2dea58892d1e05
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Apr 21 19:36:52 2017 -0400
Systsem.Process.Posix: Hide mb_delegate_ctlc
As it is shadowed by other local bindings in this module.
>---------------------------------------------------------------
eedaff67abba546360bcff174c2dea58892d1e05
System/Process/Posix.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/Process/Posix.hs b/System/Process/Posix.hs
index 129072f..5432f41 100644
--- a/System/Process/Posix.hs
+++ b/System/Process/Posix.hs
@@ -40,7 +40,7 @@ import System.Posix.Signals as Sig
import qualified System.Posix.IO as Posix
import System.Posix.Process (getProcessGroupIDOf)
-import System.Process.Common
+import System.Process.Common hiding (mb_delegate_ctlc)
#include "HsProcessConfig.h"
#include "processFlags.h"
More information about the ghc-commits
mailing list