started logging (but it's a bit ugly)
This commit is contained in:
parent
04d9f063d4
commit
56e546f5dd
6 changed files with 55 additions and 15 deletions
|
@ -46,6 +46,7 @@ flag https
|
|||
executable tickLeisteServer
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Logging
|
||||
WaiApp
|
||||
WebSocketApp
|
||||
Paths_tickLeisteServer
|
||||
|
@ -58,6 +59,8 @@ executable tickLeisteServer
|
|||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, co-log
|
||||
, co-log-core
|
||||
, containers
|
||||
, http-types
|
||||
, text
|
||||
|
@ -104,6 +107,8 @@ test-suite tickLeisteServer-test
|
|||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, co-log
|
||||
, co-log-core
|
||||
, containers
|
||||
, http-types
|
||||
, text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue