summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-09-07 19:35:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-09-07 19:35:59 +0200
commit6746d60e3f23a2abe4abe8bb0d26821b8faef8bd (patch)
treec52853873cf3c4399f129c65676165db2d349c21 /phi.cabal
parent15d9304e052d2e5d4416e54a6fd24fbd0a252964 (diff)
downloadphi-6746d60e3f23a2abe4abe8bb0d26821b8faef8bd.tar
phi-6746d60e3f23a2abe4abe8bb0d26821b8faef8bd.zip
Use new XHB backend for Taskbar
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/phi.cabal b/phi.cabal
index 75d633f..9d055f4 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -14,8 +14,8 @@ 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.Taskbar, Phi.Widgets.Systray
+ Phi.Widgets.AlphaBox, Phi.Widgets.Clock, Phi.Widgets.Taskbar
+ -- , Phi.Widgets.Systray
other-modules: Phi.X11.Util, Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.XCB
include-dirs: include
hs-source-dirs: lib