convert from Utility.LockPool to Annex.LockPool everywhere

This commit is contained in:
Joey Hess 2015-11-12 18:05:45 -04:00
parent cd22340c99
commit aaf1ef268d
Failed to extract signature
8 changed files with 59 additions and 46 deletions

View file

@ -11,6 +11,6 @@ module Types.LockCache (
) where
import qualified Data.Map as M
import Utility.LockPool
import Utility.LockPool (LockHandle)
type LockCache = M.Map FilePath LockHandle