Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't compile with Aeson 2.0.3.0 #31

Open
mwotton opened this issue Apr 21, 2022 · 4 comments
Open

doesn't compile with Aeson 2.0.3.0 #31

mwotton opened this issue Apr 21, 2022 · 4 comments

Comments

@mwotton
Copy link

mwotton commented Apr 21, 2022

wai-middleware-auth              > /tmp/stack-8aad968b153b4009/wai-middleware-auth-0.2.6.0/src/Network/Wai/Auth/Config.hs:29:15: error:
wai-middleware-auth              >     Ambiguous occurrence ‘Key’
wai-middleware-auth              >     It could refer to
wai-middleware-auth              >        either ‘Data.Aeson.Key’,
wai-middleware-auth              >               imported from ‘Data.Aeson’ at src/Network/Wai/Auth/Config.hs:14:1-27
wai-middleware-auth              >               (and originally defined in ‘Data.Aeson.Key’)
wai-middleware-auth              >            or ‘Web.ClientSession.Key’,
wai-middleware-auth              >               imported from ‘Web.ClientSession’ at src/Network/Wai/Auth/Config.hs:20:42-44
wai-middleware-auth              >    |
wai-middleware-auth              > 29 |   | SecretKey Key -- ^ Serialized and base64 encoded form of a secret key. Use
wai-middleware-auth              >    |               ^^^
@andreabedini
Copy link

Hi @lehins, is there any chance you can add a revision introducing an upper bound on the dependency on aeson? I think we need aeson <2.

@lehins
Copy link
Contributor

lehins commented Jul 18, 2022 via email

@andreabedini
Copy link

Thanks @lehins!

@andreabedini
Copy link

btw, a cabal file revision is something the Hackage Trustees can do in principle, if welcomed by the maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants