summaryrefslogtreecommitdiff
path: root/vdv-protocol.cabal
diff options
context:
space:
mode:
authorstuebinm2022-11-20 01:24:40 +0100
committerstuebinm2022-11-20 01:26:07 +0100
commit2ff304bd6cb2e51379e18a237f7edca35320d475 (patch)
treea8a09c3a054ab84ade76bf468866dbcb289245ab /vdv-protocol.cabal
parenta31e8759c0fffb8c4f2e87624eb9e520f04f273c (diff)
VDV 451 encoding
this implements the file format specified in VDV 451, which essentially appears to be a needlessly complicated version of CSV with a couple extra features which in theory /could/ be very useful but are all either explicitely not used or made redundant by how the rest of the standards work.
Diffstat (limited to 'vdv-protocol.cabal')
-rw-r--r--vdv-protocol.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdv-protocol.cabal b/vdv-protocol.cabal
index 822eb94..43acd14 100644
--- a/vdv-protocol.cabal
+++ b/vdv-protocol.cabal
@@ -38,9 +38,12 @@ library
, containers
, stm
, async
+ , bytestring
+ , vector
hs-source-dirs: vdv-server
default-language: Haskell2010
exposed-modules: VDV453.Kommunikationsschicht
+ , VDV451
executable vdv-testclient