Skip to content

BlastHTTP-1.2.1 build failure with http-conduit-2.3 #1

Description

@DanBurton

As seen on the Stackage build server:

Building library for BlastHTTP-1.2.1..
[1 of 1] Compiling Bio.BlastHTTP    ( src/Bio/BlastHTTP.hs, dist/build/Bio/BlastHTTP.o )

src/Bio/BlastHTTP.hs:89:5: error:
    Variable not in scope:
      withManager
        :: (Manager -> m0 (Network.HTTP.Conduit.Response L8.ByteString))
           -> IO (Network.HTTP.Conduit.Response L8.ByteString)
   |
89 |     withManager $ httpLbs req
   |     ^^^^^^^^^^^

I was able to reproduce the error locally like so:

stack unpack BlastHTTP-1.2.1 && cd BlastHTTP-1.2.1
edit stack.yaml # add the following stack.yaml
stack build
# stack.yaml
resolver: nightly-2018-03-10
extra-deps:
- http-conduit-2.3.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions