projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326587a
)
fix build on windows
author
Joey Hess
<joeyh@joeyh.name>
Wed, 11 Nov 2020 12:51:42 +0000
(08:51 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 11 Nov 2020 12:51:42 +0000
(08:51 -0400)
Utility/RawFilePath.hs
patch
|
blob
|
history
diff --git
a/Utility/RawFilePath.hs
b/Utility/RawFilePath.hs
index 568595dac4a0ab64e84855791946a42e236a6e32..362ae70cd128d3630d42143462259d64f6b59a38 100644
(file)
--- a/
Utility/RawFilePath.hs
+++ b/
Utility/RawFilePath.hs
@@
-85,5
+85,5
@@
createDirectory :: RawFilePath -> IO ()
createDirectory = D.createDirectory . fromRawFilePath
setFileMode :: RawFilePath -> FileMode -> IO ()
-setFileMode = F.setFileMode
+setFileMode = F.setFileMode
. fromRawFilePath
#endif