From 342ebdf61b3b9021b9e58cfce607e96a6e7ae54e Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 4 Jun 2024 09:28:10 +0200 Subject: refactor `Form` module --- frontend/frontend.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/frontend.cabal') 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 -- cgit v1.2.3