[commit: packages/process] master: Fix build (unterminated #ifdef) (ea641e4)
git at git.haskell.org
git at git.haskell.org
Thu Nov 21 05:15:18 UTC 2013
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ea641e404c2e34163a843d16257bf99061188d0a/process
>---------------------------------------------------------------
commit ea641e404c2e34163a843d16257bf99061188d0a
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Nov 20 23:15:06 2013 -0600
Fix build (unterminated #ifdef)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
ea641e404c2e34163a843d16257bf99061188d0a
System/Process/Internals.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index 47c82e0..c4f8797 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -683,3 +683,5 @@ runGenProcess_ fun c _ _ = createProcess_ fun c
#else
runGenProcess_ fun c _ _ = createProcess_ fun c
#endif
+
+#endif
More information about the ghc-commits
mailing list