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 1.0 release #1757

Closed maksbotan closed 1 month ago

maksbotan commented 1 month ago

Hi @tchoutri @fisx.

Looks like servant-quickcheck was not uploaded to Hackage since 2020. Moreover, there is 0.10.0.0 release on Hackage that is did not exist at any point in time in this repo, not sure how is that possible.

Can you please verify that current version in the repository, 1.0.0.0, is ready for Hackage release?

tchoutri commented 1 month ago

No idea who uploaded 0.0.10.0. 0.1.0.0 needs a last PR to fix the cabal file and then should be good.

(point of detail, you forgot a leading 0 in the version numbers you wrote, it's 0.0.10.0 not 0.10.0.0)