summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-02-10 12:07:59 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2026-02-10 12:39:34 +0100
commitf79d7088766b99421c56d85244bccdfd94f8670f (patch)
tree8962a6510934bef7601f0dea6b9720b24422d8e6 /erebos-webapp.cabal
parentccf3ccb7e1e8d839c000854b9078a1b143c791e3 (diff)
Cache storage
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal4
1 files changed, 4 insertions, 0 deletions
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