aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2022-08-28 17:40:41 +0200
committerstuebinm2022-08-28 17:40:41 +0200
commit1b2e30c134c996e82c282b21099f21501dd966ac (patch)
tree42b9b1d56ed2a75af18689b29c2db5cc06ab0680 /tracktrain.cabal
parentce20814be8276501d7faa0ef19a8ceebb68283b2 (diff)
this does way too much tbh (also functioning delays)
most of it deals with timezones, and all the weird implications that has
Diffstat (limited to 'tracktrain.cabal')
-rw-r--r--tracktrain.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index a0e4c13..02eae01 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -97,6 +97,8 @@ library
, yesod-form
, blaze-html
, blaze-markup
+ , timezone-olson
+ , timezone-series
hs-source-dirs: lib
exposed-modules: GTFS
, Server
@@ -104,6 +106,7 @@ library
, Server.ControlRoom
, PersistOrphans
, Persist
+ , Extrapolation
, API
other-modules: Server.Util
default-language: Haskell2010