aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2024-05-09 01:25:16 +0200
committerstuebinm2024-05-09 01:31:29 +0200
commitffc0a842ae29db53dd92e276c089a6d5914c6456 (patch)
tree56a882aec39be4babf2467f41c2e0d8e61e3919d /tracktrain.cabal
parentdc519ae889ab40fe1723cd601c3e79b73bdd2f51 (diff)
rough initial work on space-time diagrams
this does svg templating with hamlet. It might be better to use a javascript library instead (templating svgs is a little confusing tbh), but for now i'll see how far i get with this.
Diffstat (limited to '')
-rw-r--r--tracktrain.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 542f986..074863e 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -119,6 +119,7 @@ library
, Server.Frontend.Tickets
, Server.Frontend.OnboardUnit
, Server.Frontend.Gtfs
+ , Server.Frontend.SpaceTime
default-language: GHC2021
default-extensions: OverloadedStrings
, ScopedTypeVariables