From 8add96e45f661793ea1a9b93030146d05968dffd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 May 2012 05:52:49 +0400 Subject: [PATCH] Fixed but with CreateProcess record --- Config/Dyre/Compat.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/Dyre/Compat.hs b/Config/Dyre/Compat.hs index a9b3c34..6e61f2b 100644 --- a/Config/Dyre/Compat.hs +++ b/Config/Dyre/Compat.hs @@ -38,6 +38,7 @@ customExec binary mArgs = do , std_out = Inherit , std_err = Inherit , close_fds = True + , create_group = False } -- Do some garbage collection in an optimistic attempt to -- offset some of the memory we waste here.