aboutsummaryrefslogtreecommitdiff
path: root/client/client.cabal
diff options
context:
space:
mode:
authorJoris2019-10-12 11:23:10 +0200
committerJoris2019-10-12 11:23:10 +0200
commit52331eeadce8d250564851c25fc965172640bc55 (patch)
treee634c6d232d9a28384499fe19caeb80288d05df9 /client/client.cabal
parent7529a18ff0ac443e7f9764b5e2d0f57a5d3a850b (diff)
downloadbudget-52331eeadce8d250564851c25fc965172640bc55.tar.gz
budget-52331eeadce8d250564851c25fc965172640bc55.tar.bz2
budget-52331eeadce8d250564851c25fc965172640bc55.zip
Implement client routing
Diffstat (limited to 'client/client.cabal')
-rw-r--r--client/client.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/client.cabal b/client/client.cabal
index 5fc20ae..55ba5e1 100644
--- a/client/client.cabal
+++ b/client/client.cabal
@@ -35,22 +35,34 @@ Executable client
, time
, validation
+ -- Router
+ , ghcjs-base
+ , ghcjs-prim
+ , ghcjs-dom
+ , jsaddle
+ , lens
+ , uri-bytestring
+
other-modules:
Component
Component.Button
Component.Form
Component.Input
+ Component.Link
Component.Modal
Component.Select
Icon
Util.Ajax
+ Util.Css
Util.Either
Util.List
Util.Reflex
+ Util.Router
Util.Validation
Util.WaitFor
View.App
View.Header
+ View.NotFound
View.Payment
View.Payment.Add
View.Payment.Clone