mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Since actions/virtual-environments#3268, the GHC PPA is no longer enabled by default. :-( (It would be better to use the haskell/actions/setup action, but it insists on doing `cabal update` even if all we need is to install GHC and Stack, which adds noticeable delay: https://github.com/haskell/actions/issues/29)