more OsPath conversion
Sponsored-by: Jack Hill
This commit is contained in:
parent
a03c609268
commit
c69e57aede
17 changed files with 83 additions and 91 deletions
|
@ -104,7 +104,7 @@ setFileMode p m = do
|
|||
P.setFileMode p' m
|
||||
|
||||
{- Using renamePath rather than the rename provided in unix-compat
|
||||
- because of this bug https://github.com/jacobstanley/unix-compat/issues/56-}
|
||||
- because of this bug https://github.com/jacobstanley/unix-compat/issues/56 -}
|
||||
rename :: RawFilePath -> RawFilePath -> IO ()
|
||||
rename a b = D.renamePath (fromRawFilePath a) (fromRawFilePath b)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue