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

Allow lens-5.3 #1759

Closed ysangkok closed 4 months ago

ysangkok commented 4 months ago

Tested using

cabal build servant-docs servant-auth servant-foreign servant-swagger servant-auth-server servant-auth-swagger \
-c 'lens>=5.3' --allow-newer=servant-multipart:lens,servant-openapi3:lens,insert-ordered-containers:lens,openapi3:lens,swagger2:lens,servant-js:lens
maksbotan commented 4 months ago

I will make revisions after we do QuickCheck, to avoid double work.

ysangkok commented 4 months ago

@maksbotan I have bumped QuickCheck now:

So we should be ready to make bumps for lens?

maksbotan commented 4 months ago

Looks like that!

I'll make hackage revisions later this day.

Thank you for the contributions.

maksbotan commented 4 months ago

Done revisions. I hope I did not forget anything :)

kokobd commented 1 month ago

Could you please make a revision on servant-auth too?

ysangkok commented 1 month ago

@kokobd I think maksbotan has notifications turned off. But one way to get the bump done is to ask on the trustee issues tracker.