From dc519ae889ab40fe1723cd601c3e79b73bdd2f51 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 8 May 2024 23:34:43 +0200 Subject: restructure: split web frontend into several modules --- tracktrain.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tracktrain.cabal') diff --git a/tracktrain.cabal b/tracktrain.cabal index 5bf213f..542f986 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -102,7 +102,7 @@ library exposed-modules: GTFS , Server , Server.GTFS_RT - , Server.ControlRoom + , Server.Frontend , PersistOrphans , Persist , Extrapolation @@ -112,6 +112,13 @@ library , Yesod.Auth.Uffd , Yesod.Orphans , MultiLangText + , Server.Base + , Server.Ingest + , Server.Subscribe + , Server.Frontend.Routes + , Server.Frontend.Tickets + , Server.Frontend.OnboardUnit + , Server.Frontend.Gtfs default-language: GHC2021 default-extensions: OverloadedStrings , ScopedTypeVariables -- cgit v1.2.3