aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/frontend.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-04 09:28:10 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-04 09:37:28 +0200
commit342ebdf61b3b9021b9e58cfce607e96a6e7ae54e (patch)
treef8a97170fc688c8177db22df524c3775f137bffd /frontend/frontend.cabal
parenta19623cc781c62e50ce7e5c71635e664c9338846 (diff)
refactor `Form` module
Diffstat (limited to 'frontend/frontend.cabal')
-rw-r--r--frontend/frontend.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/frontend.cabal b/frontend/frontend.cabal
index aa46ded..e6cb113 100644
--- a/frontend/frontend.cabal
+++ b/frontend/frontend.cabal
@@ -11,6 +11,11 @@ extra-doc-files: CHANGELOG.md
executable frontend
main-is: Main.hs
hs-source-dirs: app
+ other-modules:
+ Form
+ Form.Input
+ Form.Internal
+
default-language: GHC2021
default-extensions:
CPP OverloadedStrings RecordWildCards DeriveAnyClass