From a3db8a834681b6ceb830f1f7b621fcbcf594b6de Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 16 Mar 2018 00:11:18 -0700 Subject: [PATCH] [taffybar] Add local dependencies for haskell-dbus and status-notifier-item --- dotfiles/config/taffybar/stack.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/config/taffybar/stack.yaml b/dotfiles/config/taffybar/stack.yaml index 8b65d857..0c89b2ad 100644 --- a/dotfiles/config/taffybar/stack.yaml +++ b/dotfiles/config/taffybar/stack.yaml @@ -14,6 +14,10 @@ packages: extra-dep: true - location: ../xmonad/xmonad-contrib extra-dep: true +- location: ../../../../Projects/status-notifier-item + extra-dep: true +- location: ../../../../Projects/haskell-dbus + extra-dep: true extra-deps: - X11-xft-0.3.1 - dbus-0.10.13