diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-29 15:19:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-29 15:19:03 -0400 |
commit | 2f4061cce0eb1189d194cef6ef2e446da53cd854 (patch) | |
tree | f13a6b7066184d710e32f149b83e5bebc6b3e214 /Command | |
parent | 322f68bda7305803b18598f9123a17377c8421ff (diff) |
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
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Add.hs | 2 | ||||
-rw-r--r-- | Command/Fix.hs | 2 | ||||
-rw-r--r-- | Command/FromKey.hs | 2 | ||||
-rw-r--r-- | Command/Fsck.hs | 2 | ||||
-rw-r--r-- | Command/Import.hs | 2 | ||||
-rw-r--r-- | Command/Indirect.hs | 1 | ||||
-rw-r--r-- | Command/Info.hs | 1 | ||||
-rw-r--r-- | Command/RecvKey.hs | 2 |
8 files changed, 0 insertions, 14 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index ffa27504a..d1dcb6025 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -9,8 +9,6 @@ module Command.Add where -import System.PosixCompat.Files - import Common.Annex import Annex.Exception import Command diff --git a/Command/Fix.hs b/Command/Fix.hs index 9339585d1..f730226e3 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -9,8 +9,6 @@ module Command.Fix where -import System.PosixCompat.Files - import Common.Annex import Command import qualified Annex.Queue diff --git a/Command/FromKey.hs b/Command/FromKey.hs index 784731ad7..7eb62fa4e 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -7,8 +7,6 @@ module Command.FromKey where -import System.PosixCompat.Files - import Common.Annex import Command import qualified Annex.Queue diff --git a/Command/Fsck.hs b/Command/Fsck.hs index b20bfc8ab..f6e4fe273 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -9,8 +9,6 @@ module Command.Fsck where -import System.PosixCompat.Files - import Common.Annex import Command import qualified Annex diff --git a/Command/Import.hs b/Command/Import.hs index db0f8d3f5..db3601a1b 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -7,8 +7,6 @@ module Command.Import where -import System.PosixCompat.Files - import Common.Annex import Command import qualified Annex diff --git a/Command/Indirect.hs b/Command/Indirect.hs index 0da10c579..c0dd57959 100644 --- a/Command/Indirect.hs +++ b/Command/Indirect.hs @@ -7,7 +7,6 @@ module Command.Indirect where -import System.PosixCompat.Files import Control.Exception.Extensible import Common.Annex diff --git a/Command/Info.hs b/Command/Info.hs index d15fbba57..98cc49efa 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -14,7 +14,6 @@ import qualified Data.Map as M import Text.JSON import Data.Tuple import Data.Ord -import System.PosixCompat.Files import Common.Annex import qualified Remote diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs index 5d2a9c5aa..1794596c5 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -7,8 +7,6 @@ module Command.RecvKey where -import System.PosixCompat.Files - import Common.Annex import Command import CmdLine |