Closed amesgen closed 6 months 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.
< 0.7
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.
Fragment
Is there anything preventing this PR from being merged?
http-client 0.7 support was introduced in #87 but Fragments support is really nice to have, thank you!
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.