summaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-29 15:19:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-29 15:19:03 -0400
commit2f4061cce0eb1189d194cef6ef2e446da53cd854 (patch)
treef13a6b7066184d710e32f149b83e5bebc6b3e214 /Command/Info.hs
parent322f68bda7305803b18598f9123a17377c8421ff (diff)
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Diffstat (limited to 'Command/Info.hs')
-rw-r--r--Command/Info.hs1
1 files changed, 0 insertions, 1 deletions
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