mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
17 lines
263 B
YAML
17 lines
263 B
YAML
# This stack.yaml is used to build xmonad-contrib with master version
|
|
# of xmonad
|
|
|
|
resolver: lts-15.3
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- github: xmonad/X11
|
|
commit: master@{today}
|
|
- github: xmonad/xmonad
|
|
commit: master@{today}
|
|
|
|
ghc-options:
|
|
xmonad-contrib: '-j'
|