forced evaluation of logging message before blocking

This commit is contained in:
Dennis Frieberg 2021-04-14 10:48:59 +02:00
parent 069bf3fde8
commit b98e5e27d0
3 changed files with 6 additions and 1 deletions

View file

@ -56,6 +56,7 @@ executable tickLeisteServer
, http-types
, mtl
, optparse-applicative
, parallel
, text
, tickLeiste
, tickLeiste-aeson
@ -97,6 +98,7 @@ test-suite tickLeisteServer-test
, http-types
, mtl
, optparse-applicative
, parallel
, text
, tickLeiste
, tickLeiste-aeson