started refactor into seperate backend_files
This commit is contained in:
parent
0b1e9339e2
commit
04300a161e
6 changed files with 64 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue