haskell-servant / servant-quickcheck

40 stars 21 forks source link

allow http-client-0.7.*, add support for `Fragment`s #78

Closed amesgen closed 5 months ago

amesgen commented 3 years ago

servant-client-0.18.2 has a < 0.7 constraint on http-client, but it builds fine with it, and this bound is already updated in master.

I also added support for the Fragment combinator in order to get the test suite to pass, but I can also move this to a separate PR if desired.

karknu commented 2 years ago

Is there anything preventing this PR from being merged?

tchoutri commented 5 months ago

http-client 0.7 support was introduced in #87 but Fragments support is really nice to have, thank you!