Fix dlSubdir of ghc-8.10.1-x86_64-unknown-linux for Linux_Alpine
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
I've put this file in $HOME/.ghcup/ghcup-0.0.2.json but it's still trying to use the wrong directory. This should override the configuration, right?
Use
ghcup --url-source file://$(pwd)/ghcup-0.0.2.json install ghc 8.10.1
.The install mostly works but doesn't finish properly. It expects
bin/ghc
to be a symlink when it's actually a shell script. That's a separate issue though.That sounds serious.
- Resolved by puffnfresh
added 1 commit
- 3055529d - Update GHCupDownloads with ghcup-0.0.2.json content
Please register or sign in to reply