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
Installing GHC is slow. Is it possible to utilize caches if the versions of ghcup and cabal to be installed are exactly the one already installed before?
The text was updated successfully, but these errors were encountered:
I'd like to do this too. I saw commercialhaskell/stack#5754 (comment) claim to be able to cache ghcup ghc's, but when I tried something like that on windows-latest with
Attempting to access tool ghc at location C:/ghcup/bin
Succeeded accessing tool ghc at location C:/ghcup/bin
C:\ghcup\bin\ghcup.exe set ghc 9.2.8
[ Warn ] New GHCup version available: 0.1.40.0. To upgrade, run 'ghcup upgrade'
[ Info ] verifying digest of: gs.exe
[ Error ] [�
C:\ghcup\bin\ghcup.exe unset ghc
[ Info ] verifying digest of: gs.exe
[ Info ] GHC successfully unset
Attempting to install ghc 9.2.8 using chocolatey
::stop-commands::***
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe choco install ghc --version 9.2.8 --allow-multiple-versions --ignore-dependencies --no-progress --limit-output
Installing the following packages:
ghc
By installing, you accept licenses for the packages.
Downloading package from source 'https://community.chocolatey.org/api/v2/'
as if it's there, but not verified, or something like that?
Installing GHC is slow. Is it possible to utilize caches if the versions of ghcup and cabal to be installed are exactly the one already installed before?
The text was updated successfully, but these errors were encountered: