diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-01-08 16:39:26 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-01-08 16:39:26 +0100 |
commit | 13c7c7ba82c455c077010b1d2fa6d0e332de7601 (patch) | |
tree | 0f6283712c5bd475f9809ea6e0d18687cfc6d395 /erebos.cabal | |
parent | d1f00d188698c52c07a5881fc0088e4163976e5e (diff) |
Channel: use counter to generate nonce
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 277fa4a..bf091d1 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -60,6 +60,7 @@ executable erebos -- other-extensions: build-depends: aeson >=1.4 && <1.6, base >=4.13 && <4.15, + binary >=0.8 && <0.9, bytestring >=0.10 && <0.12, cereal >= 0.5 && <0.6, containers >= 0.6 && <0.7, |