Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
5f3b5b37
Commit
5f3b5b37
authored
Oct 12, 2004
by
simonmar
Browse files
Build fix for Windows
parent
a72c6fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Utils.hs
View file @
5f3b5b37
...
@@ -98,6 +98,10 @@ import System.Directory (getDirectoryContents, removeDirectory,
...
@@ -98,6 +98,10 @@ import System.Directory (getDirectoryContents, removeDirectory,
doesDirectoryExist
,
doesFileExist
,
removeFile
,
doesDirectoryExist
,
doesFileExist
,
removeFile
,
createDirectory
)
createDirectory
)
#
ifndef
mingw32_TARGET_OS
import
System.Directory
(
getPermissions
,
setPermissions
)
#
endif
import
Foreign.Marshal
(
allocaBytes
)
import
Foreign.Marshal
(
allocaBytes
)
#
ifndef
mingw32_TARGET_OS
#
ifndef
mingw32_TARGET_OS
...
...
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