Open mspaulding06 opened 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
I believe you shall also modify stack-run.cabal
build-depends
constraint to use something like conduit-extra >= 1.2 && < 1.3
.
Time to merge this? Still hitting the error. :)
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?
How's this coming along? I'm hitting this error also.
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