aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2022-06-19 22:33:32 +0200
committerstuebinm2022-06-19 22:35:20 +0200
commit70f655d67bf4d50e191f741a31ac4504c8f528f3 (patch)
tree8cb31162123bcfb6865ad005c174b078a05bb779 /tracktrain.cabal
parent60bde7009cb492d5ea204e909e1fabc68a7d32f2 (diff)
handle GTFS shapes (& send them out along trips)
unfortunately, this makes some responses pretty large. Let's see if it works this way or if i have to find some way to break them up instead.
Diffstat (limited to 'tracktrain.cabal')
-rw-r--r--tracktrain.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index ec312ee..80aa773 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -84,6 +84,7 @@ library
, resource-pool
, transformers
, extra
+ , vector-algorithms
hs-source-dirs: lib
exposed-modules: GTFS
, Server