configuration parser for the http backend added

This commit is contained in:
Dennis Frieberg 2020-09-25 11:45:19 +02:00
parent 04d9f063d4
commit df0b72235f
5 changed files with 79 additions and 0 deletions

View file

@ -46,6 +46,7 @@ flag https
executable tickLeisteServer
main-is: Main.hs
other-modules:
Config
WaiApp
WebSocketApp
Paths_tickLeisteServer
@ -63,6 +64,7 @@ executable tickLeisteServer
, text
, tickLeiste
, tickLeiste-aeson
, tomland
, uuid
, wai
, wai-websockets
@ -110,6 +112,7 @@ test-suite tickLeisteServer-test
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, tomland
, uuid
, wai
, wai-websockets