commercialhaskell / stack-ide

Stack-based JSON interface to ide-backend
98 stars 23 forks source link

Doesn't build on windows #30

Closed djrenren closed 9 years ago

djrenren commented 9 years ago

Looks like there's a dependency on the unix package somewhere. This causes the build to fail on Windows. Seeing as Stack supports windows it makes sense that stack-ide should as well.

Build log: http://pastebin.com/mfhxgZNq

cocreature commented 9 years ago

Probably related to fpco/ide-backend#279

djrenren commented 9 years ago

Oh gotcha. Makes sense. Sorry for double reporting

mgsloan commented 9 years ago

It's all good! Everything in stack-ide will work on windows once ide-backend supports windows.