diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-31 20:27:34 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-05 20:04:52 +0200 |
commit | ec42d7bb3ba7374b3d0afcd6e2c9e9b616679105 (patch) | |
tree | 2d27a21ae2a104d0d9e34ab6ea574f28d41591d2 /erebos.cabal | |
parent | 7a8e3fa16970296de6e553631fab7cfd67f461c2 (diff) |
Replace uuid package with custom module
Avoids transitive denpednecies not buildable with wasm backend.
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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) |