Open chshersh opened 6 years ago
This module:
Also, instead of monad-control you should use MonadUnliftIO from unliftio-core.
monad-control
MonadUnliftIO
unliftio-core
And this function should be moved in Logw.Concurrent module:
Logw.Concurrent
https://github.com/serokell/log-warper/blob/fb0ea8451db9a832baf619f59d937b723c983415/log-warper/src/Logw/CanLog.hs#L148
NOTE: Update playground after this is done.
This module:
Also, instead of
monad-control
you should useMonadUnliftIO
fromunliftio-core
.And this function should be moved in
Logw.Concurrent
module:https://github.com/serokell/log-warper/blob/fb0ea8451db9a832baf619f59d937b723c983415/log-warper/src/Logw/CanLog.hs#L148
NOTE: Update playground after this is done.