From 83997ebf08d7790481aa7c3109c85e6b35e4f5b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Jul 2019 09:25:08 -0400 Subject: [PATCH] should not have moved Utility.LockPool.STM used on windows after all --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 895ea39342..1bfe94de25 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1051,6 +1051,7 @@ Executable git-annex Utility.LockFile Utility.LockPool Utility.LockPool.LockHandle + Utility.LockPool.STM Utility.LogFile Utility.Lsof Utility.MagicWormhole @@ -1109,5 +1110,4 @@ Executable git-annex Utility.LockFile.LockStatus Utility.LockFile.PidLock Utility.LockPool.PidLock - Utility.LockPool.STM Utility.LinuxMkLibs