We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have downloaded ghcup from brew and proceeded to install ghc via $ ghcup install ghc. I got the error:
ghcup install ghc ghcup: ParseErrorBundle {bundleErrors = TrivialError 9 (Just EndOfInput) (fromList []) :| [], bundlePosState = PosState {pstateInput = "ghc-9.4.8", pstateOffset = 0, pstateSourcePos = SourcePos {sourceName = "ghcLinkVersion", sourceLine = Pos 1, sourceColumn = Pos 1}, pstateTabWidth = Pos 8, pstateLinePrefix = ""}}
The text was updated successfully, but these errors were encountered:
Is the env var GHCUP_USE_XDG_DIRS set?
GHCUP_USE_XDG_DIRS
Sorry, something went wrong.
Thank you for the answer! I have set the variable to „true”, the error still persists.
I did not suggest to set it to true. Please unset the env var.
No branches or pull requests
I have downloaded ghcup from brew and proceeded to install ghc via $ ghcup install ghc. I got the error:
ghcup install ghc
ghcup: ParseErrorBundle {bundleErrors = TrivialError 9 (Just EndOfInput) (fromList []) :| [], bundlePosState = PosState {pstateInput = "ghc-9.4.8", pstateOffset = 0, pstateSourcePos = SourcePos {sourceName = "ghcLinkVersion", sourceLine = Pos 1, sourceColumn = Pos 1}, pstateTabWidth = Pos 8, pstateLinePrefix = ""}}
The text was updated successfully, but these errors were encountered: