As seen on the Stackage build server:
Building test suite 'test' for http-reverse-proxy-0.5.0..
[1 of 1] Compiling Main ( test/main.hs, dist/build/test/test-tmp/Main.o )
test/main.hs:89:11: error:
Not in scope: ‘HC.withManager’
Perhaps you meant ‘HC.newManager’ (imported from Network.HTTP.Conduit)
Module ‘Network.HTTP.Conduit’ does not export ‘withManager’.
|
89 | withMan = HC.withManager . (liftIO .)
| ^^^^^^^^^^^^^^
I was able to reproduce this locally like so:
stack unpack http-reverse-proxy-0.5.0 && cd http-reverse-proxy-0.5.0
edit stack.yaml # add the following stack.yaml
stack test
# stack.yaml
resolver: nightly-2018-03-10
extra-deps:
- http-conduit-2.3.0
I will mark this as an expected test failure in Stackage.
As seen on the Stackage build server:
I was able to reproduce this locally like so:
I will mark this as an expected test failure in Stackage.