use unix-compat 0.5 on windows

Re-applying 3ec579f5e1
This commit is contained in:
Joey Hess 2017-11-14 14:00:24 -04:00
parent c6a0c5cd75
commit 8dd84b87f9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 7 additions and 50 deletions

View file

@ -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