Skip to content
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 on Windows with GHC 8.8.4 #173

Closed
clin1234 opened this issue Dec 10, 2024 · 1 comment
Closed

Cannot build on Windows with GHC 8.8.4 #173

clin1234 opened this issue Dec 10, 2024 · 1 comment

Comments

@clin1234
Copy link

ansi-terminal                        > hsc2hs-ghc-9.8.4.exe: fd:3: hGetContents: invalid argument (cannot decode byte sequence starting from 233)

Even though chcp shows 65001 i.e. UTF-8.

@mpilgrem
Copy link
Collaborator

@clin1234, thanks for reporting. I think that is due to an issue with the GHC-supplied hsc2hs executable, which fails if non-ISO/IEC 8859-1 (Latin-1) code points are in the path. See:

As that is upstream of the ansi-terminal package, and affects all packages that make use of hsc2hs, I am going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants