mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
Stack installation of GHC takes more than a gigabyte, so caching it wastes space (GitHub docs say it will be aggressively evicted after reaching the 5G limit) and also time (compression, decompression). Related: https://github.com/xmonad/X11/pull/75 Related: https://github.com/xmonad/xmonad/issues/283