You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.logDebug: Identified Platform as: DarwinDebug: last access was 395.805329s ago, cache interval is 300sInfo: downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml as file /Users/daniel/.ghcup/cache/ghcup-0.0.8.yamlDebug: Read etag: "3eddf8573ad7ce41162719c54bbc5373cd3afd3373285221f9db9a61e13e7ecb"Debug: Status code was 304, not overwritingDebug: Parsed etag: "3eddf8573ad7ce41162719c54bbc5373cd3afd3373285221f9db9a61e13e7ecb"Debug: Writing etagsFile /Users/daniel/.ghcup/cache/ghcup-0.0.8.yaml.etagsDebug: Decoding yaml at: /Users/daniel/.ghcup/cache/ghcup-0.0.8.yamlError: [GHCup-00010] Unable to find a download for GHC version '9.8.3' on detected platform aarch64-darwinError: Also check the logs in /Users/daniel/.ghcup/logs
Are there plans to support and distribute GHC 9.8.3?
The text was updated successfully, but these errors were encountered:
Hi, y'all.
GHC 9.8.3 was released on October 20th. It appears that GHCup won't install it, though.
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.
Are there plans to support and distribute GHC 9.8.3?
The text was updated successfully, but these errors were encountered: