Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
process
Commits
206fd81c
Commit
206fd81c
authored
Jun 02, 2013
by
ian@well-typed.com
Browse files
Fix build on Windows
parent
a079a257
Changes
1
Hide whitespace changes
Inline
Side-by-side
System/Process/Internals.hs
View file @
206fd81c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment