parent
c6a0c5cd75
commit
8dd84b87f9
9 changed files with 7 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue