refactoring

no behavior changes
This commit is contained in:
Joey Hess 2015-12-22 13:23:33 -04:00
parent ca2c977704
commit 8e9608d7f0
Failed to extract signature
9 changed files with 239 additions and 213 deletions

View file

@ -9,7 +9,7 @@ module Types.KeySource where
import Utility.InodeCache
{- When content is in the process of being added to the annex,
{- When content is in the process of being ingested into the annex,
- and a Key generated from it, this data type is used.
-
- The contentLocation may be different from the filename
@ -19,7 +19,7 @@ import Utility.InodeCache
- of a different Key.
-
- The inodeCache can be used to detect some types of modifications to
- files that may be made while they're in the process of being added.
- files that may be made while they're in the process of being ingested.
-}
data KeySource = KeySource
{ keyFilename :: FilePath