From ec42d7bb3ba7374b3d0afcd6e2c9e9b616679105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 31 Mar 2025 20:27:34 +0200 Subject: Replace uuid package with custom module Avoids transitive denpednecies not buildable with wasm backend. --- erebos.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index 7f96d80..749de5a 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -119,6 +119,7 @@ library Erebos.Storage.Key Erebos.Storage.Merge Erebos.Sync + Erebos.UUID other-modules: Erebos.Flow @@ -168,7 +169,6 @@ 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 >=1.3 && <1.4, zlib >=0.6 && <0.8 if os(windows) -- cgit v1.2.3