Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Opened a bug about this: https://github.com/jystic/unix-compat/issues/10
This commit is contained in:
parent
4b37bc6493
commit
1669e80e85
17 changed files with 35 additions and 22 deletions
|
@ -10,7 +10,6 @@
|
|||
module Utility.Directory where
|
||||
|
||||
import System.IO.Error
|
||||
import System.PosixCompat.Files
|
||||
import System.Directory
|
||||
import Control.Exception (throw)
|
||||
import Control.Monad
|
||||
|
@ -19,6 +18,7 @@ import System.FilePath
|
|||
import Control.Applicative
|
||||
import System.IO.Unsafe (unsafeInterleaveIO)
|
||||
|
||||
import Utility.PosixFiles
|
||||
import Utility.SafeCommand
|
||||
import Utility.Tmp
|
||||
import Utility.Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue