[XMonad] Add dependencies for taffybar build in xmonad

This commit is contained in:
Ivan Malison 2017-09-07 15:38:25 -07:00
parent ac7d3df2e6
commit 861e4b1fdf
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,16 +1,18 @@
flags: {} flags: {}
extra-package-dbs: [] extra-package-dbs: []
packages: packages:
- '.' - .
- location: "./xmonad" - location: ./xmonad
extra-dep: true extra-dep: true
- location: "./xmonad-contrib" - location: ./xmonad-contrib
extra-dep: true extra-dep: true
- location: "./taffybar" - location: ./taffybar
extra-dep: true extra-dep: true
extra-deps: extra-deps:
- X11-xft-0.3.1 - X11-xft-0.3.1
- dbus-0.10.12 - dbus-0.10.12
- gtk-traymanager-0.1.6 - gtk-traymanager-0.1.6
- libxml-sax-0.7.5 - libxml-sax-0.7.5
- rate-limit-1.1.1
- time-units-1.0.0
resolver: lts-8.2 resolver: lts-8.2