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
GHC
Commits
602adc29
Commit
602adc29
authored
Jul 21, 2007
by
Ian Lynagh
Browse files
Fix the Windows build
parent
916a1cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
compat/Compat/Directory.hs
View file @
602adc29
...
...
@@ -32,6 +32,9 @@ import Foreign.Marshal.Alloc ( allocaBytes )
import
System.IO
(
IOMode
(
..
),
openBinaryFile
,
hGetBuf
,
hPutBuf
,
hClose
)
import
System.IO.Error
(
try
)
import
GHC.IOBase
(
IOException
(
..
)
)
#
if
defined
(
mingw32_HOST_OS
)
import
GHC.IOBase
(
IOErrorType
(
..
)
)
#
endif
#
else
import
System.IO
(
try
)
#
endif
...
...
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