aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:00:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:00:24 -0400
commitb9d5a5fd5e9631840857878935c3727217f12b9a (patch)
tree80fb795b2be78e7532ebd13a6d87bcb5740f9f1d /Annex/Content.hs
parent00e020705b44440d7f88393a5a15b7f3e844de62 (diff)
use unix-compat 0.5 on windows
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r--Annex/Content.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 0b665d4dc..2ba387105 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -50,6 +50,7 @@ module Annex.Content (
) where
import System.IO.Unsafe (unsafeInterleaveIO)
+import System.PosixCompat.Files
import qualified Data.Set as S
import Annex.Common
@@ -84,7 +85,6 @@ import Types.Key
import Annex.UUID
import Annex.InodeSentinal
import Utility.InodeCache
-import Utility.PosixFiles
{- Checks if a given key's content is currently present. -}
inAnnex :: Key -> Annex Bool