Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct type problems where String is expected #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Correct type problems where String is expected #11

wants to merge 1 commit into from

Conversation

mspaulding06
Copy link

Hello,

I encountered an error attempting to build stack-run using the stackage LTS-10.3 dependencies. The following patch corrects the problem.

Best Regards,
Matt

@wizzardx
Copy link

wizzardx commented Jan 8, 2018

I've been hitting this problem too (as part of following a tut for getting Haskell support working in VS Code).

As a temporary workaround - in case it helps other people - stack-run can be installed like this against an older LTS:

stack --resolver=lts-8.13 install stack-run

@kgadek
Copy link

kgadek commented Jan 19, 2018

I believe you shall also modify stack-run.cabal build-depends constraint to use something like conduit-extra >= 1.2 && < 1.3.

@m0ar
Copy link

m0ar commented Feb 1, 2018

Time to merge this? Still hitting the error. :)

@taosx
Copy link

taosx commented Mar 3, 2018

I confirm that with the above changes while following a way described here:
#10 (comment)

This is building/installing and working on resolver: 8.2.2

Why not merged yet?

@cryptoquick
Copy link

How's this coming along? I'm hitting this error also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants