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

Prepare servant-quickcheck-0.1.0.0 #1760

Closed tchoutri closed 1 month ago

tchoutri commented 1 month ago

This PR prepares the release of servant-quickcheck-0.1.0.0:

closes #1757

blocks https://github.com/commercialhaskell/stackage/issues/7391

maksbotan commented 1 month ago

@tchoutri CI failed?

tchoutri commented 1 month ago

@maksbotan review welcome. :)

maksbotan commented 1 month ago

Great, thanks!

Please try this candidate on Hackage before I release it: https://hackage.haskell.org/package/servant-quickcheck-0.1.0.0/candidate/servant-quickcheck-0.1.0.0.tar.gz

I checked that it works with current Hackage versions of servant*, but maybe I've missed something.

After that we'll need a PR with quickcheck bump in other servant repos.

tchoutri commented 1 month ago

@maksbotan I don't see anything shifty with it. We can probably pull the lever

maksbotan commented 1 month ago

Super! I've made a release on hackage.

tchoutri commented 1 month ago

@maksbotan while we're bumping bounds, do you need help for the openapi3{,-servant} packages? I have work time allocated for this kind of tasks.

maksbotan commented 1 month ago

If you prepare PRs with bumps, thar would be nice!

Better all recent bumps (lens, etc) in one PR, to save us both some work.