diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-12-20 21:47:22 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-12-23 22:32:09 +0100 |
commit | 36b9a1ddbddf1477c61809d340cd0b86360a7a83 (patch) | |
tree | 7b327df1b1635270e98391ec1cf63478b8730793 /erebos.cabal | |
parent | 0c4c6618d43a8b7179f11b8edb1f289169b5f2bc (diff) |
Network: STM-based synchronization rewrite
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 7012f71..9c3f086 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -71,6 +71,7 @@ executable erebos mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, network >= 3.0 && <3.1, + stm >=2.5 && <2.6, tagged >= 0.8 && <0.9, text >= 1.2 && <1.3, time >= 1.8 && <1.10, |