aboutsummaryrefslogtreecommitdiff
path: root/Types/LockCache.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/LockCache.hs')
-rw-r--r--Types/LockCache.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/LockCache.hs b/Types/LockCache.hs
index c1f394cf0..8e0fd2c38 100644
--- a/Types/LockCache.hs
+++ b/Types/LockCache.hs
@@ -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