Hi all,
i am trying to install ghc version 8.4.4 with ghcup on raspberry pi 4 with debian 11.
ghcup comes back with an error:
$ ghcup install ghc 8.4.4
[ Error ] Unable to find a download for the requested version/distro.
[ Error ] Also check the logs in /home/pi/.ghcup/logs
pi@raspberrypi:~/stack $
i need version 8.4.4 because stack built always terminates with an error:
$ stack build --stack-yaml=stack-ghc-84.yaml --system-ghc
No setup information found for ghc-8.4.4 on your platform.
This probably means a GHC bindist has not yet been added for OS key βlinux-aarch64β, βlinux-aarch64-ncurses6β, βlinux-aarch64-tinfo6β.
Supported versions: ghc-8.2.1, ghc-8.2.2, ghc-8.4.1, ghc-8.4.2, ghc-8.6.2, ghc-8.6.5, ghc-8.8.1, ghc-8.8.2, ghc-8.8.3, ghc-8.10.1, ghc-8.10.2, ghc-8.10.3, ghc-8.10.4, ghc-8.10.5, ghc-8.10.6, ghc-8.10.7, ghc-9.0.1, ghc-9.0.2, ghc-9.2.1
pi@raspberrypi:~/stack $
Versions:
stack $ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.7
ghcup --version
The GHCup Haskell installer, version v0.1.17.4
log file ghcup:
cat ghcup.log
Debug: Identified Platform as: Linux Debian, 11
Debug: last access was 206.280266452s ago, cache interval is 300s
Debug: Decoding yaml at: /home/pi/.ghcup/cache/ghcup-0.0.6.yaml
Error: Unable to find a download for the requested version/distro.
Error: Also check the logs in /home/pi/.ghcup/logs
pi@raspberrypi:~/.ghcup/logs $
Thanks in advance for your help !
kind regards thomas