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

servant-foreign: too strict bounds on hspec #1704

Closed sternenseemann closed 8 months ago

sternenseemann commented 11 months ago

Requests hspec >=2.6.0 && <2.10, but also works with hspec 2.10.* according to my testing.

arianvp commented 11 months ago

Could you open a PR that changes the bounds instead of an issue?

ysangkok commented 8 months ago

The bounds mentioned in OP were already fixed in

I don't have permission on Hackage, so I haven't made a release or revision for it.

But you can see on Hackage that bounds were updated to <2.12: https://hackage.haskell.org/package/servant-foreign-0.16/revisions/ by maksbotan.

So I am closing this, since hspec-2.11.7 is currently the newest version: https://hackage.haskell.org/package/hspec