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
3d48c228
Commit
3d48c228
authored
Oct 07, 2004
by
ijones
Browse files
better than hiding (copyFile) on systems without copyFile
parent
5f9dd876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Utils.hs
View file @
3d48c228
...
...
@@ -89,7 +89,12 @@ import System.Exit
import
Compat.RawSystem
(
rawSystem
)
import
Compat.Exception
(
bracket
)
import
System.Environment
import
System.Directory
hiding
(
copyFile
)
import
System.Directory
(
getDirectoryContents
,
removeDirectory
,
setCurrentDirectory
,
getCurrentDirectory
,
doesDirectoryExist
,
doesFileExist
,
removeFile
,
createDirectory
)
import
Foreign.Marshal
(
allocaBytes
)
import
System.Posix.Files
(
getFileStatus
,
accessTime
,
modificationTime
,
setFileTimes
,
fileMode
,
setFileMode
)
...
...
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