From ebe81ccdfa2c32700a3fc2518a507e32baee6c73 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Jul 2024 19:10:00 -0400 Subject: [PATCH] servant build flag needs stm-2.5.1 For writeTMVar. Would be possible to rewrite to use something else, but I don't want to. Might be possible to write a writeTMVar that works with the old version of stm. --- git-annex.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 47f5361372..8b19cd361a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -322,7 +322,8 @@ Executable git-annex servant-client, servant-client-core, warp (>= 3.2.8), - warp-tls (>= 3.2.2) + warp-tls (>= 3.2.2), + stm (>= 2.5.1), CPP-Options: -DWITH_SERVANT Other-Modules: Command.P2PHttp