aboutsummaryrefslogtreecommitdiff
path: root/client/client.cabal
diff options
context:
space:
mode:
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