From 387613b2f0752836524ccd6d9d8001694bd219fb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 19 Jul 2011 12:25:08 +0200 Subject: Gracefully shut down systray --- phi.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phi.cabal') diff --git a/phi.cabal b/phi.cabal index 72a14b4..d5b59c8 100644 --- a/phi.cabal +++ b/phi.cabal @@ -11,14 +11,14 @@ maintainer: mschiffer@universe-factory.net build-type: Simple library - build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, cairo, pango + build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, cairo, pango, unix exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11, Phi.Widgets.AlphaBox, Phi.Widgets.Clock, Phi.Widgets.Taskbar, Phi.Widgets.Systray other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util hs-source-dirs: lib extra-libraries: X11 pkgconfig-depends: cairo >= 1.2.0, cairo-xlib - --ghc-options: -fspec-constr-count=16 -threaded + ghc-options: -fspec-constr-count=16 -threaded executable Phi build-depends: base >= 4, phi -- cgit v1.2.3