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
/home/curators/work/unpack-dir/unpacked/yesod-core-1.6.26.0-4ef96b72964ccfbbb2caa68f02f513fd41f98d4d836357fa358716c844b97efa/src/Yesod/Core/Dispatch.hs:247:32: error: [GHC-83865]
• Couldn't match expected type ‘GzipSettings’
with actual type ‘RequestLoggerSettings’
• In a record update at fields ‘destination’, ‘outputFormat’,
with type constructor ‘RequestLoggerSettings’
and data constructor ‘Network.Wai.Middleware.RequestLogger.RequestLoggerSettings’.
In the first argument of ‘mkRequestLogger’, namely
‘def
{destination = Network.Wai.Middleware.RequestLogger.Logger
$ loggerSet logger,
outputFormat = Apache FromSocket}’
In a stmt of a 'do' block:
logWare <- mkRequestLogger
def
{destination = Network.Wai.Middleware.RequestLogger.Logger
$ loggerSet logger,
outputFormat = Apache FromSocket}
|
247 | logWare <- mkRequestLogger def
| ^^^...
Will place an upper bound on wai-extra for now since a new version was just released.
Will place an upper bound on
wai-extra
for now since a new version was just released.CC @snoyberg
PS: Should we move
yesod-core
to a maintained status? Right now it's just grandfatheredThe text was updated successfully, but these errors were encountered: