-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Build Error for 8.10.4 (maybe only under Windows) #1372
Comments
It looks like indeed it happens only in Windows, as GHC.IO.Encoding.Iconv does not export them only when |
Ugh, we dont have builds in ci for stack+windows, thanks for report the issue, we will try to fix asap |
i use mostly cabal in windows (and our ci is building and testing using cabal in ci) 😉 |
sorry the comment was probably very poorly worded - I did not want to express that only stack matters on windows - I wanted to express that the only information that IMO mattered in that console log was the stack-version. The template for the issue here asked me to include the output and the following comments around it was me trying to say that this was using the tooling with my "temp-fix" applied and that it AFAIK should not really matter for the issue at hand. |
Yeah I also believe that the usage of the tool |
But it works in cabal and windows, without using any source-repository-package... to investigate |
@CarstenKoenig it turns out that using last with-utf8 fixes the issue, as 1.0.2.2 has a patch for it |
Thank you for the info and you all for your work - HLS and the VS.code extension is quite amazing I guess it's ok to close the issue in this case. Do you want me to do it? |
Thank you for trying it and take some time to report the issue. |
* Use last with-utf8 * Use last with-utf8 in all stack.yamls * Remove duplicate with-utf8 entry * Update default stack.yaml * Remove duplicate entry for 8.8.2 too Co-authored-by: Junyoung/Clare Jang <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Your environment
please note: that is after I fixed the issue with the workaround I added bellow
only stack should matter here though - it's a windows OS
Steps to reproduce
Expected behaviour
haskell-language-server.exe and haskell-language-server-wrapper.exe is build and installed
Actual behaviour
error
see serokell/haskell-with-utf8#9
work around
add this to
extra-deps
instack-8.10.4.yaml
:The text was updated successfully, but these errors were encountered: