diff options
Diffstat (limited to '')
-rw-r--r-- | tracktrain.cabal | 3 |
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 |