Started working on websocketApp logic
This commit is contained in:
parent
f5b747db95
commit
58a0e3b18e
2 changed files with 6 additions and 0 deletions
5
app/WebSocketApp.hs
Normal file
5
app/WebSocketApp.hs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module WebSocketApp () where
|
||||||
|
|
||||||
|
|
||||||
|
import Data.Aeson.TickLeiste
|
||||||
|
import
|
|
@ -42,6 +42,7 @@ library
|
||||||
executable tickLeisteServer
|
executable tickLeisteServer
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
WebSocketApp
|
||||||
Paths_tickLeisteServer
|
Paths_tickLeisteServer
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue