You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1of2] CompilingSystem.Log.MonadLogger.Syslog ( System/Log/MonadLogger/Syslog.hs, dist/build/System/Log/MonadLogger/Syslog.o )
System/Log/MonadLogger/Syslog.hs:63:5:error:•Couldn't match expected type‘IO()’
with actual type‘Facility->IO a0 ->IO a0’•In the expression:
withSyslog defaultConfig
$\ syslog
-> syslog
USER (levelToPriority level) (fromLogStr $ f l s level msg)
In an equation for ‘formattedSyslogOutput’:
formattedSyslogOutput f l s level msg
= withSyslog defaultConfig
$\ syslog
-> syslog
USER (levelToPriority level) (fromLogStr $ f l s level msg)
System/Log/MonadLogger/Syslog.hs:63:16:error:Variablenotin scope: defaultConfig ::StringSystem/Log/MonadLogger/Syslog.hs:63:32:error:•Couldn't match expected type‘[Option]’
with actual type‘(t1
->Priority->Data.ByteString.Internal.ByteString-> t0)
-> t0’•The lambda expression ‘\ syslog
-> syslog
USER (levelToPriority level) (fromLogStr $ f l s level msg)’
has one argument,
but its type‘[Option]’ has none
In the second argument of‘($)’, namely
‘\ syslog
-> syslog
USER (levelToPriority level) (fromLogStr $ f l s level msg)’In the expression:
withSyslog defaultConfig
$\ syslog
-> syslog
USER (levelToPriority level) (fromLogStr $ f l s level msg)
System/Log/MonadLogger/Syslog.hs:64:16:error:Data constructor notin scope:USER
The text was updated successfully, but these errors were encountered:
Found on nightly. Full log
The text was updated successfully, but these errors were encountered: