[haskell-http-client] add ability to choose additional characters in querystring which should not be encoded (e.g. "+" or ":") (fixes #3459) (#10424)

This commit is contained in:
Jon Schoning
2021-09-19 02:02:22 -05:00
committed by GitHub
parent f2cc23442c
commit 1247e77453
33 changed files with 4694 additions and 4545 deletions

View File

@@ -48,7 +48,7 @@ steps:
- dune build --build-dir=./_build
# test haskell client
- name: haskell-client-test
image: haskell:8.6.5
image: haskell:8.10.4
commands:
- (cd samples/client/petstore/haskell-http-client/ && stack --allow-different-user --install-ghc --no-haddock-deps haddock --fast && stack --allow-different-user test --fast)
# test erlang client and server