forked from colonelpanic/dotfiles
[taffybar] Remove gtk3 dependency
This commit is contained in:
parent
5947a49743
commit
3f149ab07e
@ -14,6 +14,8 @@ executable imalison-taffybar
|
|||||||
hs-source-dirs: .
|
hs-source-dirs: .
|
||||||
main-is: taffybar.hs
|
main-is: taffybar.hs
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
|
-- ghc-options: -threaded -debug -g
|
||||||
|
-- cpp-options: +RTS -DS
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, X11>=1.8
|
, X11>=1.8
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -22,10 +24,8 @@ executable imalison-taffybar
|
|||||||
, filepath
|
, filepath
|
||||||
, gi-gtk
|
, gi-gtk
|
||||||
, github
|
, github
|
||||||
, glib
|
|
||||||
, gtk-sni-tray
|
, gtk-sni-tray
|
||||||
, gtk-strut
|
, gtk-strut
|
||||||
, gtk3>=0.14.8
|
|
||||||
, haskell-gi-base
|
, haskell-gi-base
|
||||||
, hslogger
|
, hslogger
|
||||||
, process
|
, process
|
||||||
|
@ -36,7 +36,6 @@ extra-deps:
|
|||||||
- gtk-sni-tray-0.1.3.2
|
- gtk-sni-tray-0.1.3.2
|
||||||
- gtk-strut-0.1.2.1
|
- gtk-strut-0.1.2.1
|
||||||
- gtk-traymanager-1.0.1
|
- gtk-traymanager-1.0.1
|
||||||
- gtk3-0.14.9
|
|
||||||
- haskell-gi-0.21.2
|
- haskell-gi-0.21.2
|
||||||
- haskell-gi-base-0.21.1
|
- haskell-gi-base-0.21.1
|
||||||
- libxml-sax-0.7.5
|
- libxml-sax-0.7.5
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 35ef690d814270d1b571fa307b86f5d0ed3ae6da
|
Subproject commit d6806c8cafe9a61370a62ef9c6493166ab4d99d7
|
Loading…
Reference in New Issue
Block a user