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
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
/home/ielectric/dev/servant-auth/servant-auth-server/test/Servant/Auth/ServerSpec.hs:455:26: error:
* Overlapping instances for Servant.Auth.Server.Internal.AddSetCookie.AddSetCookies
('Servant.Auth.Server.Internal.AddSetCookie.S
('Servant.Auth.Server.Internal.AddSetCookie.S
'Servant.Auth.Server.Internal.AddSetCookie.Z))
(Tagged Handler Application
:<|> Handler (Headers '[Header "Blah" Int] Int))
(Tagged Handler Application
:<|> Handler
(Headers
'[Header "Set-Cookie" SetCookie,
Header "Set-Cookie" SetCookie, Header "Blah" Int]
Int))
arising from a use of `serveWithContext'
Matching instances:
two instances involving out-of-scope types
(use -fprint-potential-instances to see them all)
* In the expression: serveWithContext api ctx
In the expression: serveWithContext api ctx $ server ccfg
In an equation for `appWithCookie':
appWithCookie api ccfg
= serveWithContext api ctx $ server ccfg
where
ctx = ccfg :. jwtCfg :. theKey :. EmptyContext
|
455 | appWithCookie api ccfg = serveWithContext api ctx $ server ccfg
| ^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
results into
The text was updated successfully, but these errors were encountered: