diff options
author | stuebinm | 2022-11-09 01:08:05 +0100 |
---|---|---|
committer | stuebinm | 2022-11-09 01:08:55 +0100 |
commit | a31e8759c0fffb8c4f2e87624eb9e520f04f273c (patch) | |
tree | f0a23cf8c0a68c37719125913c13b62f4e40c4f8 /vdv-testserver | |
parent | f2179094320eada798ece41911e1489beb12ab82 (diff) |
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 …
Diffstat (limited to 'vdv-testserver')
-rw-r--r-- | vdv-testserver/Main.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vdv-testserver/Main.hs b/vdv-testserver/Main.hs new file mode 100644 index 0000000..ba2ee21 --- /dev/null +++ b/vdv-testserver/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import VDV453.Kommunikationsschicht + +main :: IO () +main = do + runDumbServer |