haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

Add `IsIn` instance for `NamedRoutes` #1707

Closed Friede80 closed 6 months ago

Friede80 commented 10 months ago

This was needed for adding custom tags using the subOperations combinator. IsSubAPI constraint could not resolve for APIs using the new NamedRoutes.