summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-08-22 06:17:22 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-08-22 06:17:22 +0200
commit37538aa626102e773bbb04db5edce3ab3365beb9 (patch)
tree6d09a934fb689e7c7a4f008a7b64249fb0d940c8 /phi.cabal
parent9023453782893e7f77e26beaf8144c73247ef60f (diff)
downloadphi-37538aa626102e773bbb04db5edce3ab3365beb9.tar
phi-37538aa626102e773bbb04db5edce3ab3365beb9.zip
Use new caching framework for scaled icons in taskbar
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/phi.cabal b/phi.cabal
index 8325e92..e8f8e4a 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -11,7 +11,7 @@ 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, unix, arrows, CacheArrow
+ build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, 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
other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util, Phi.Bindings.SystrayErrorHandler