Skip to content

http-reverse-proxy-0.5.0 test suite build failure with http-conduit-2.3 #26

@DanBurton

Description

@DanBurton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions