From 0fefcaa35f217ca2e1f15e2dd77742adfd231571 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Jul 2011 19:20:19 +0200 Subject: Some initial systray code --- phi.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phi.cabal') diff --git a/phi.cabal b/phi.cabal index aa65df4..263db7f 100644 --- a/phi.cabal +++ b/phi.cabal @@ -13,14 +13,14 @@ build-type: Simple library build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, cairo, pango exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11, - Phi.Widgets.Clock, Phi.Widgets.Taskbar + Phi.Widgets.Clock, Phi.Widgets.Taskbar, Phi.Widgets.Systray other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util hs-source-dirs: lib - ghc-options: -fspec-constr-count=16 + extra-libraries: X11 + pkgconfig-depends: cairo >= 1.2.0, cairo-xlib + ghc-options: -fspec-constr-count=16 -threaded executable Phi build-depends: base >= 4, phi hs-source-dirs: src main-is: Phi.hs - extra-libraries: X11 - pkgconfig-depends: cairo >= 1.2.0, cairo-xlib -- cgit v1.2.3