From f79d7088766b99421c56d85244bccdfd94f8670f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 10 Feb 2026 12:07:59 +0100 Subject: Cache storage --- erebos-webapp.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'erebos-webapp.cabal') diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 057b7d4..8bcb495 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -28,7 +28,9 @@ executable erebos-webapp main-is: Main.hs other-modules: JavaScript + Storage.Cache Storage.IndexedDB + Storage.WatchList WebSocket default-extensions: @@ -57,12 +59,14 @@ executable erebos-webapp base ^>= { 4.21 }, blaze-html ^>= { 0.9 }, bytestring ^>= { 0.12 }, + containers ^>= { 0.7, 0.8 }, erebos ^>= { 0.2 }, ghc-experimental ^>= { 9.1201, 9.1202 }, http-types ^>= { 0.12.4 }, mtl ^>= { 2.3 }, text ^>= { 2.1 }, time ^>= { 1.14 }, + uuid-types ^>= { 1.0.4 }, hs-source-dirs: src default-language: GHC2021 -- cgit v1.2.3