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

Missing GHC 9.8.3 #1148

Open
friedbrice opened this issue Nov 7, 2024 · 1 comment
Open

Missing GHC 9.8.3 #1148

friedbrice opened this issue Nov 7, 2024 · 1 comment

Comments

@friedbrice
Copy link

friedbrice commented Nov 7, 2024

Hi, y'all.

GHC 9.8.3 was released on October 20th. It appears that GHCup won't install it, though.

$ ghcup install ghc 9.8.3
[ Info  ] downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml as file /Users/daniel/.ghcup/cache/ghcup-0.0.8.yaml
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
[ Error ] [GHCup-00010] Unable to find a download for GHC version '9.8.3' on detected platform aarch64-darwin
[ Error ] Also check the logs in /Users/daniel/.ghcup/logs

It's pretty clear why it doesn't install: GHC 9.8.3 does not appear in ghcup-0.0.8.yaml. Not much point in sharing the logs, but adding them below for completeness.

$ cat /Users/daniel/.ghcup/logs/ghcup.log
Debug: Identified Platform as: Darwin
Debug: last access was 395.805329s ago, cache interval is 300s
Info: downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml as file /Users/daniel/.ghcup/cache/ghcup-0.0.8.yaml
Debug: Read etag: "3eddf8573ad7ce41162719c54bbc5373cd3afd3373285221f9db9a61e13e7ecb"
Debug: Status code was 304, not overwriting
Debug: Parsed etag: "3eddf8573ad7ce41162719c54bbc5373cd3afd3373285221f9db9a61e13e7ecb"
Debug: Writing etagsFile /Users/daniel/.ghcup/cache/ghcup-0.0.8.yaml.etags
Debug: Decoding yaml at: /Users/daniel/.ghcup/cache/ghcup-0.0.8.yaml
Error: [GHCup-00010] Unable to find a download for GHC version '9.8.3' on detected platform aarch64-darwin
Error: Also check the logs in /Users/daniel/.ghcup/logs

Are there plans to support and distribute GHC 9.8.3?

@hasufell
Copy link
Member

hasufell commented Nov 7, 2024

See haskell/ghcup-metadata#255

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