diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-06-07 17:08:01 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-06-08 09:56:20 +0200 |
commit | 2e67bf911533a66b5a5b7b50481b426adff8c7db (patch) | |
tree | 71481ebe7602ea3d5c84438d0ca829e26ca75a2a /frontend/frontend.cabal | |
parent | 8a34cc822c2c508472fe29ab2be1b74ba06e59e6 (diff) |
reload collections when creating
Diffstat (limited to 'frontend/frontend.cabal')
-rw-r--r-- | frontend/frontend.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/frontend.cabal b/frontend/frontend.cabal index e4842a4..368049b 100644 --- a/frontend/frontend.cabal +++ b/frontend/frontend.cabal @@ -13,6 +13,7 @@ executable frontend hs-source-dirs: app other-modules: Api + Effect Form Form.Input Form.Internal @@ -42,6 +43,7 @@ executable frontend containers, data-default, miso, + mtl, neat-interpolation, safe, split, |