-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cannot build project under Windows 10 64-bit #41
Comments
Did you run |
Also, try bumping the resolver in stack.yaml (I'm sorry I can't be of much help since I don't run Windows) |
These are the steps i did:
But the error remains. I also tried to use a newer resolver (--resolver nightly-2017-07-19), but without any success. |
I think you need to check the stack/stackage/ghc issue trackers for this issue, it is not strictly a haskell-lsp issue, the library is not installing properly in your environment. |
btw, I see the missing symbol is
Perhaps try installing that version with pacman |
Thanks for your help, I got it building, although not by using pacman. Here are the steps:
|
Fix getDefinitions for SingleLoc and add getCodeLenses
Fix getDefinitions for SingleLoc and add getCodeLenses
As far as I see, the project (and thus, haskell-ide-engine) cannot be built on Windows 10 64-bit without problems. I build the package text-icu with the help of pacman as described here, but I keep running into a problem:
My current stack version, if it is of any help:
Version 1.4.0, Git revision e714f1dd3fade19496d91bd6a017e435a96a6bcd x86_64 hpack-0.17.0
The text was updated successfully, but these errors were encountered: