diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/erebos.cabal b/erebos.cabal index 749de5a..ebe6a63 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -119,7 +119,6 @@ library Erebos.Storage.Key Erebos.Storage.Merge Erebos.Sync - Erebos.UUID other-modules: Erebos.Flow @@ -128,6 +127,7 @@ library Erebos.Storage.Internal Erebos.Storage.Memory Erebos.Storage.Platform + Erebos.UUID Erebos.Util c-sources: @@ -169,6 +169,7 @@ library stm >=2.5 && <2.6, text >= 1.2 && <2.2, time ^>= { 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14 }, + uuid-types ^>= { 1.0.4 }, zlib >=0.6 && <0.8 if os(windows) @@ -212,4 +213,4 @@ executable erebos text, time, transformers >= 0.5 && <0.7, - uuid, + uuid-types, |