mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-18 16:10:22 -07:00
Update INSTALL.md
Patchup for cabal 3.10, which broke environment files: you now have to install `base` and any other dependencies explicitly.
This commit is contained in:
parent
d4c607c4f9
commit
10abd059b7
@ -256,7 +256,7 @@ libraries and then build the xmonad binary:
|
||||
|
||||
``` console
|
||||
$ cabal update
|
||||
$ cabal install --package-env=$HOME/.config/xmonad --lib xmonad xmonad-contrib
|
||||
$ cabal install --package-env=$HOME/.config/xmonad --lib base xmonad xmonad-contrib
|
||||
$ cabal install --package-env=$HOME/.config/xmonad xmonad
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user