aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2022-07-02 16:11:29 +0200
committerstuebinm2022-07-02 16:11:29 +0200
commitaeeaf83cf0dc72e9e39439984067563d08e57dec (patch)
tree416cb6b457c61cf09c46de1b35649287347a1e52 /tracktrain.cabal
parent6c25964c0165530e7db6650eea79cbac99031353 (diff)
more or less functional servicealerts for gtfs rt
(kinda barebones, but the important things should be there)
Diffstat (limited to 'tracktrain.cabal')
-rw-r--r--tracktrain.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 7c20efe..2fe51c2 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -26,7 +26,7 @@ executable tracktrain
build-depends: base ^>=4.14.3.0
, bytestring >= 0.10.10.0
, fmt >= 0.6.3.0
- , time >= 1.9
+ , time >= 1.11
, aeson
, tracktrain
, wai-extra
@@ -65,7 +65,7 @@ library
, regex-tdfa
, text
, fmt >= 0.6.3.0
- , time >= 1.9
+ , time >= 1.11
, aeson
, servant
, servant-server
@@ -92,6 +92,7 @@ library
hs-source-dirs: lib
exposed-modules: GTFS
, Server
+ , Server.GTFSRT
, PersistOrphans
, Persist
, API