aboutsummaryrefslogtreecommitdiff
path: root/client/client.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.cabal')
-rw-r--r--client/client.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/client.cabal b/client/client.cabal
index 26ad2ec..af71f2d 100644
--- a/client/client.cabal
+++ b/client/client.cabal
@@ -21,8 +21,8 @@ Executable client
RecursiveDo
Build-depends:
- aeson
- , base >=4.9 && <5
+ aeson
+ , base >= 4.11 && < 5
, bytestring
, common
, containers
@@ -32,8 +32,10 @@ Executable client
, reflex-dom
, text
, time
+ , validation
other-modules:
+ Component
Component.Button
Component.Form
Component.Input
@@ -42,7 +44,9 @@ Executable client
Icon
Util.Ajax
Util.Dom
+ Util.Either
Util.List
+ Util.Validation
Util.WaitFor
View.App
View.Header