haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

stack run fail to install on windows #45

Closed czhang03 closed 7 years ago

czhang03 commented 7 years ago
Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for unix-2.7.2.1:
    unbuildable must match <0, but the stack configuration has no specified version

Plan construction failed.

it seems like stack-run is dependent on *nix operating system.

is there any way I can bypass this?

martrik commented 7 years ago

Apparently there's not (https://github.com/commercialhaskell/stack/issues/3053). We'll keep this in mind and try to implement a different solution to run the Stack project instead of stack-run.

CameronAavik commented 7 years ago

Seems this issue should be resolved with this: https://github.com/yamadapc/stack-run/issues/6

martrik commented 7 years ago

@CameronAavik thank you for letting us now. I'll close the issue then!