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:
Joey Hess 2014-01-29 15:19:03 -04:00
parent 4b37bc6493
commit 1669e80e85
17 changed files with 35 additions and 22 deletions

View file

@ -9,8 +9,6 @@
module Command.Add where
import System.PosixCompat.Files
import Common.Annex
import Annex.Exception
import Command