made logging Environment
This commit is contained in:
parent
804f7afcbb
commit
27a51c2121
3 changed files with 80 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue