summaryrefslogtreecommitdiff
path: root/vdv-protocol.cabal
diff options
context:
space:
mode:
authorstuebinm2022-11-20 01:26:14 +0100
committerstuebinm2022-11-20 01:26:14 +0100
commit97b99ed70f900716e17771f14a210dbed2ab9841 (patch)
tree38fb159326f113fb9499632e5c74652756529577 /vdv-protocol.cabal
parent2ff304bd6cb2e51379e18a237f7edca35320d475 (diff)
VDV 452 type definitions
this implements all the database table schemas defined in VDV 452, except for the ones which are very obviously not useful for talking about train timetable data. Note that I don't really understand what all of these values are supposed to be yet, so a lot of them are probably unnessary.
Diffstat (limited to 'vdv-protocol.cabal')
-rw-r--r--vdv-protocol.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdv-protocol.cabal b/vdv-protocol.cabal
index 43acd14..c8fa3b8 100644
--- a/vdv-protocol.cabal
+++ b/vdv-protocol.cabal
@@ -44,6 +44,7 @@ library
default-language: Haskell2010
exposed-modules: VDV453.Kommunikationsschicht
, VDV451
+ , VDV452
executable vdv-testclient