diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-06 15:36:16 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-08 20:33:19 +0200 |
commit | 59c0e07f8580085fa7241eb6368ba9db26e801a7 (patch) | |
tree | d6738252f996cfd0c95051440b7a625c64747201 /erebos-webapp.cabal | |
parent | 339754d960eba6529bebac44e046b4bc799a9e27 (diff) |
IndexedDB storage for objects and keys
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 69623b9..3c91fc1 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -28,6 +28,7 @@ executable erebos-webapp main-is: Main.hs other-modules: JavaScript + Storage.IndexedDB WebSocket default-extensions: |