diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-05 19:52:39 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-05 21:47:56 +0200 |
commit | 768d33667faca870f10ac6e39f3400ea9810fb7f (patch) | |
tree | 0af9d37fdff5410c9089f5fd397f991e3e701e8b /erebos.cabal | |
parent | 752e28e05ecc6968a66be67819ba76a72aa53724 (diff) |
Use UUID type from uuid-types package
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, |