From a31e8759c0fffb8c4f2e87624eb9e520f04f273c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 9 Nov 2022 01:08:05 +0100 Subject: some more hacking includes a message queue, more correct implementation of how the routs work (why do they work like THAT though???), and other fun stuff. uh also turns out you can't do schema validation with xml-types easily. ah well. "be liberal in what you accept" and all that … --- vdv-testclient/Main.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vdv-testclient/Main.hs (limited to 'vdv-testclient/Main.hs') diff --git a/vdv-testclient/Main.hs b/vdv-testclient/Main.hs new file mode 100644 index 0000000..6092ddb --- /dev/null +++ b/vdv-testclient/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import VDV453.Kommunikationsschicht + +main :: IO () +main = do + runDumbClient -- cgit v1.2.3