diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-01-22 21:16:40 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-01-23 22:20:16 +0100 |
commit | c51983c7d268d9501f3ff3e0e50f5b0293c6d788 (patch) | |
tree | abe373f22e1bc1b05a8c7e77d13225aad91a661a /erebos.cabal | |
parent | 13c7c7ba82c455c077010b1d2fa6d0e332de7601 (diff) |
Network: retransmission of lost packets
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 bf091d1..d6fcdc5 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -63,6 +63,7 @@ executable erebos binary >=0.8 && <0.9, bytestring >=0.10 && <0.12, cereal >= 0.5 && <0.6, + clock >=0.8 && < 0.9, containers >= 0.6 && <0.7, cryptonite >=0.25 && <0.30, deepseq >= 1.4 && <1.5, |