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