aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2024-04-24 21:52:45 +0200
committerstuebinm2024-04-24 21:52:45 +0200
commitd4f4208fe66d3813b65312dac0bf895c4cdc53d6 (patch)
tree698592178936900ae76985f5e1b3cdf72123afb4 /tracktrain.cabal
parent607b9486a81ed6cb65d30227aeecea3412bd1ccd (diff)
restructure: save a ticket's stop in the database
now mostly independent of the gtfs, but still no live-reloading of it.
Diffstat (limited to '')
-rw-r--r--tracktrain.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 1179bdd..ad1624f 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -96,6 +96,7 @@ library
, exceptions
, proto-lens
, http-media
+ , filepath
hs-source-dirs: lib
exposed-modules: GTFS
, Server