Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
602adc29
Commit
602adc29
authored
Jul 21, 2007
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the Windows build
parent
916a1cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
compat/Compat/Directory.hs
compat/Compat/Directory.hs
+3
-0
No files found.
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
Markdown
is supported
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