From 2ae89a5e3348fbe94b50a985de9766689c22d011 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 9 Sep 2011 03:20:16 +0200 Subject: SystrayHelper: initialization --- phi.cabal | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'phi.cabal') diff --git a/phi.cabal b/phi.cabal index d498176..0070ea5 100644 --- a/phi.cabal +++ b/phi.cabal @@ -10,20 +10,28 @@ author: Matthias Schiffer 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, xhb, cairo, pango, unix, data-accessor, arrows, CacheArrow exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11 Phi.Widgets.AlphaBox, Phi.Widgets.Clock, Phi.Widgets.X11.Taskbar -- , Phi.Widgets.Systray - other-modules: Phi.X11.Util, Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.XCB + other-modules: Phi.X11.AtomList, Phi.Bindings.XCB, Phi.X11.Atoms, Phi.X11.Util include-dirs: include hs-source-dirs: lib - extra-libraries: X11 pkgconfig-depends: xcb, cairo >= 1.2.0, cairo-xcb ghc-options: -fspec-constr-count=16 -threaded +executable PhiSystrayHelper + build-depends: base >= 4, template-haskell, xhb + hs-source-dirs: src, lib + main-is: SystrayHelper.hs + other-modules: Phi.X11.AtomList, Phi.X11.Atoms, Phi.X11.Util + ghc-options: -threaded + executable Phi build-depends: base >= 4, phi hs-source-dirs: src main-is: Phi.hs + ghc-options: -threaded -- cgit v1.2.3