convert from Utility.LockPool to Annex.LockPool everywhere
This commit is contained in:
parent
cd22340c99
commit
aaf1ef268d
8 changed files with 59 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue