fix build on windows
This commit is contained in:
parent
326587a7d1
commit
6911d27d42
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@ createDirectory :: RawFilePath -> IO ()
|
||||||
createDirectory = D.createDirectory . fromRawFilePath
|
createDirectory = D.createDirectory . fromRawFilePath
|
||||||
|
|
||||||
setFileMode :: RawFilePath -> FileMode -> IO ()
|
setFileMode :: RawFilePath -> FileMode -> IO ()
|
||||||
setFileMode = F.setFileMode
|
setFileMode = F.setFileMode . fromRawFilePath
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue