diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-01-19 21:36:40 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-01-19 21:36:40 +0100 |
commit | a0c6c341ba1629a1c1070edf69855c745c6bd7eb (patch) | |
tree | ba5000382f7f7a905c4011d991fb286ef7abfda5 /erebos.cabal | |
parent | 25324026a1033c43652a058f966dfb3d255102ae (diff) |
Synchronization service
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 65a7182..766d708 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -32,6 +32,7 @@ executable erebos Storage.List Storage.Key Storage.Merge + Sync Util default-extensions: ExistentialQuantification |