started logging (but it's a bit ugly)

This commit is contained in:
Dennis Frieberg 2020-10-06 13:03:36 +02:00
parent 04d9f063d4
commit 56e546f5dd
6 changed files with 55 additions and 15 deletions

View file

@ -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