configuration parser for the http backend added
This commit is contained in:
parent
04d9f063d4
commit
df0b72235f
5 changed files with 79 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue