[taffybar] Remove gtk3 dependency

This commit is contained in:
2018-07-04 19:25:31 -07:00
parent 5947a49743
commit 3f149ab07e
3 changed files with 3 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ executable imalison-taffybar
hs-source-dirs: .
main-is: taffybar.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
-- ghc-options: -threaded -debug -g
-- cpp-options: +RTS -DS
build-depends: base
, X11>=1.8
, bytestring
@@ -22,10 +24,8 @@ executable imalison-taffybar
, filepath
, gi-gtk
, github
, glib
, gtk-sni-tray
, gtk-strut
, gtk3>=0.14.8
, haskell-gi-base
, hslogger
, process