started refactor into seperate backend_files

This commit is contained in:
Dennis Frieberg 2020-10-05 14:21:43 +02:00
parent 0b1e9339e2
commit 04300a161e
6 changed files with 64 additions and 0 deletions

View file

@ -46,6 +46,10 @@ flag https
executable tickLeisteServer
main-is: Main.hs
other-modules:
Backend.CGI
Backend.FastCGI
Backend.Http
Backend.Https
Config
WaiApp
WebSocketApp
@ -66,6 +70,7 @@ executable tickLeisteServer
, tickLeiste-aeson
, tomland
, uuid
, validation-selective
, wai
, wai-websockets
, websockets
@ -114,6 +119,7 @@ test-suite tickLeisteServer-test
, tickLeisteServer
, tomland
, uuid
, validation-selective
, wai
, wai-websockets
, websockets