[commit: process] master: Fix build on Windows (206fd81)
Ian Lynagh
igloo at earth.li
Sun Jun 2 23:22:42 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/206fd81c1457e60c1eb836902fc017323de3c1e3
>---------------------------------------------------------------
commit 206fd81c1457e60c1eb836902fc017323de3c1e3
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Jun 2 21:19:30 2013 +0100
Fix build on Windows
>---------------------------------------------------------------
System/Process/Internals.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index c0f1ecb..0e8a305 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -44,6 +44,7 @@ module System.Process.Internals (
#ifndef __HUGS__
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
+import Control.Monad
import Data.Char
import System.Posix.Types
import System.Posix.Process.Internals ( pPrPr_disableITimers, c_execvpe )
@@ -54,7 +55,6 @@ import System.IO
import System.IO.Unsafe
import Control.Concurrent
import Control.Exception
-import Control.Monad
import Foreign.C
import Foreign
More information about the ghc-commits
mailing list