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.
This commit is contained in:
Joey Hess 2024-07-29 19:10:00 -04:00
parent acb436b999
commit ebe81ccdfa
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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