haskell-servant / servant-swagger-ui

Provide embedded swagger UI for servant and swagger
45 stars 34 forks source link

Fix deps bumper #112

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

The deps bumper doesn't work out of the box, so we inline it and apply some customizations:

Note that it will still fail to bump bytestring if aeson can't be bumped for servant. But when all dependencies work with these two, it should be able to make a PR for it. And since it repeats every week, that should eventually happen.