Started working on websocketApp logic

This commit is contained in:
Dennis Frieberg 2020-09-04 18:49:22 +02:00
parent f5b747db95
commit 58a0e3b18e
2 changed files with 6 additions and 0 deletions

5
app/WebSocketApp.hs Normal file
View file

@ -0,0 +1,5 @@
module WebSocketApp () where
import Data.Aeson.TickLeiste
import

View file

@ -42,6 +42,7 @@ library
executable tickLeisteServer
main-is: Main.hs
other-modules:
WebSocketApp
Paths_tickLeisteServer
hs-source-dirs:
app