made logging Environment

This commit is contained in:
Dennis Frieberg 2021-04-05 21:17:48 +02:00
parent 804f7afcbb
commit 27a51c2121
3 changed files with 80 additions and 0 deletions

View file

@ -40,6 +40,7 @@ executable tickLeisteServer
Backend.Http
Backend.Https
Config
Environment
WaiApp
WebSocketApp
Paths_tickLeisteServer
@ -50,13 +51,17 @@ executable tickLeisteServer
aeson
, base >=4.7 && <5
, bytestring
, co-log
, containers
, http-types
, mtl
, optparse-applicative
, text
, tickLeiste
, tickLeiste-aeson
, tomland
, unliftio
, unliftio-core
, uuid
, validation-selective
, wai
@ -87,14 +92,18 @@ test-suite tickLeisteServer-test
aeson
, base >=4.7 && <5
, bytestring
, co-log
, containers
, http-types
, mtl
, optparse-applicative
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, tomland
, unliftio
, unliftio-core
, uuid
, validation-selective
, wai