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

Can the lastest servant-auth be released? #1671

Closed guaraqe closed 1 year ago

guaraqe commented 1 year ago

It contains the fix for NamedRoutes, but this is currently not available on Hackage, that would be very useful.

ysangkok commented 1 year ago

The source changes needed for ghc-9.6 compatibility are also not on Hackage:

So I think it would be best to just release a new version of all packages. I don't think one-offs are done anyway.

ysangkok commented 1 year ago

A release would address the following Stackage issues:

guaraqe commented 1 year ago

Ok, it seems releasing just a package is complicated. For now it is working for me by using it directly from GH and jailbreaking the dependencies. I will wait for the next release then.

ysangkok commented 1 year ago

@guaraqe You shouldn't need to jailbreak if you use the latest master commit. If you do, we should fix that on master.

ysangkok commented 1 year ago

@guaraqe We made a release of servant-0.20, but it didn't include servant-auth. We made a revision to bump some bounds, but it sounds like you wanted a source release. Could you please point me to the changes in servant-auth that are not released yet?