yamadapc / stack-run

Like cabal run for stack
MIT License
29 stars 10 forks source link

Correct type problems where String is expected #11

Open mspaulding06 opened 6 years ago

mspaulding06 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

m0ar commented 6 years ago

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

taosx commented 6 years ago

I confirm that with the above changes while following a way described here: https://github.com/yamadapc/stack-run/issues/10#issuecomment-363984879

This is building/installing and working on resolver: 8.2.2

Why not merged yet?

cryptoquick commented 6 years ago

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