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:
parent
acb436b999
commit
ebe81ccdfa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue