diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/erebos.cabal b/erebos.cabal index bd2a807..5f3f33d 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,20 +1,20 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.6 +Version: 0.1.7 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity management, decentralized messaging and synchronization protocol, along with local storage. - . + Erebos identity is based on locally stored cryptographic keys, all communication is end-to-end encrypted. Multiple devices can be attached to the same identity, after which they function interchangeably, without any one being in any way "primary"; messages and other state data are then synchronized automatically whenever the devices are able to connect with one another. - . + See README for usage of the CLI tool. License: BSD-3-Clause License-File: LICENSE @@ -107,12 +107,12 @@ library Erebos.Service Erebos.Set Erebos.State - Erebos.Storage Erebos.Storage.Key Erebos.Storage.Merge Erebos.Sync -- Used by test tool: + Erebos.Object.Internal Erebos.Storage.Internal other-modules: Erebos.Flow @@ -143,7 +143,7 @@ library bytestring >=0.10 && <0.13, clock >=0.8 && < 0.9, containers >= 0.6 && <0.8, - cryptonite >=0.25 && <0.31, + crypton ^>= { 1.0 }, deepseq >= 1.4 && <1.6, directory >= 1.3 && <1.4, filepath >=1.4 && <1.6, @@ -187,7 +187,7 @@ executable erebos build-depends: bytestring, - cryptonite, + crypton, directory, erebos, haskeline >=0.7 && <0.9, |