diff options
| author | stuebinm | 2026-04-11 01:47:14 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-11 01:47:14 +0200 |
| commit | e3f1f7074578e3e5f75f5994bc663e383cd26333 (patch) | |
| tree | 7d5afb31fa8154b351e4562622e538ebfb69848a /tracktrain.cabal | |
| parent | b3e2d4ab19e50e225966e2fd5461de139ab547fc (diff) | |
Owntracks.Location: init
Diffstat (limited to '')
| -rw-r--r-- | tracktrain.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal index aaa7e01..d22a0a9 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -97,6 +97,7 @@ library , filepath >= 1.4.100 , monad-control , esqueleto + , base64 hs-source-dirs: lib exposed-modules: GTFS , Server @@ -120,6 +121,7 @@ library , Server.Frontend.Gtfs , Server.Frontend.SpaceTime , Server.Frontend.Ticker + , OwnTracks.Location default-language: GHC2021 default-extensions: OverloadedStrings , ScopedTypeVariables |
