[taffybar] GithubNotifications

This commit is contained in:
2018-04-27 17:36:32 -07:00
parent 6875fe986f
commit 887e0a77f3
5 changed files with 49 additions and 51 deletions

View File

@@ -15,10 +15,12 @@ executable imalison-taffybar
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, bytestring
, containers
, directory
, filepath
, gtk-strut
, github
, gi-gtk
, glib
, gtk3>=0.14.8
@@ -30,6 +32,7 @@ executable imalison-taffybar
, split
, taffybar
, xmonad-contrib>=0.13
, xmonad>=0.13
, X11>=1.8
default-language: Haskell2010