From 768d33667faca870f10ac6e39f3400ea9810fb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 5 Apr 2025 19:52:39 +0200 Subject: Use UUID type from uuid-types package --- erebos.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'erebos.cabal') 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, -- cgit v1.2.3