haskell-servant / servant

Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.82k stars 412 forks source link

servant-auth-server: Too strict bounds on lens-aeson #1703

Closed sternenseemann closed 10 months ago

sternenseemann commented 1 year ago

Requests lens-aeson >=1.0.2 && <1.2, but also works with lens-aeson-1.2.2 according to my testing.

arianvp commented 1 year ago

Please open a PR

ysangkok commented 10 months ago

servant-auth-server-0.4.8.0 was released with this bound bumped. See cabal file. Closing as completed.