From 2f4061cce0eb1189d194cef6ef2e446da53cd854 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jan 2014 15:19:03 -0400 Subject: 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 --- Annex/Content.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Annex') diff --git a/Annex/Content.hs b/Annex/Content.hs index 98603914a..45e1fa182 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -35,7 +35,6 @@ module Annex.Content ( ) where import System.IO.Unsafe (unsafeInterleaveIO) -import System.PosixCompat.Files import Common.Annex import Logs.Location -- cgit v1.2.3