-
Notifications
You must be signed in to change notification settings - Fork 842
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
"Prelude.chr: bad argument:" exception when attempting to build vector with ghc-9.0.1-alpha-1 #5445
Comments
FYI another ticket for this is #5486. |
@haitlahcen hi-file-parser has been a source of a lot of issues like this, and is becoming a major blocker. I understand the goal you originally had in implementing it, but in its current state we'll likely need to remove the binary parsing code entirely unless you or someone else steps up to maintain the package. |
2 tasks
Please see #5508 |
igrep
added a commit
to haskell-jp/slack-web
that referenced
this issue
Jan 16, 2022
Would fix the build error similar to commercialhaskell/stack#5445
igrep
added a commit
to MercuryTechnologies/slack-web
that referenced
this issue
Jan 16, 2022
Would fix the build error similar to commercialhaskell/stack#5445
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Clone my ghc-9 branch of vector
Run
stack build --stack-yaml=stack-9.yaml
Expected
Builds, or produces some compilation error.
Actual
Not sure where to begin looking to diagnose this. I imagine it is related to deserialization. Hopefully one day ghc's callstack situation will get sorted!
Stack version
Also reproduced with older stable stack (not sure which version)
Method of installation
stack install
of recent stack head, 4c38ee0The text was updated successfully, but these errors were encountered: