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
|
||||
|
||||
setFileMode :: RawFilePath -> FileMode -> IO ()
|
||||
setFileMode = F.setFileMode
|
||||
setFileMode = F.setFileMode . fromRawFilePath
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue