summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-15 15:31:46 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-15 15:31:46 +0200
commit5359238f79a9d07ef26ad6f4f1e42ac48ac3692f (patch)
tree1c0a34d76389a0d83f928d075afded903a7745d7 /phi.cabal
parent465d7579868b66d7076446744f1d80d2b272aca8 (diff)
downloadphi-5359238f79a9d07ef26ad6f4f1e42ac48ac3692f.tar
phi-5359238f79a9d07ef26ad6f4f1e42ac48ac3692f.zip
Taskbar: show tasks
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 142a87d..ea33c35 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, containers, transformers, mtl, utf8-string, time, old-locale, X11, cairo, pango
+ build-depends: base >= 4, template-haskell, 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
other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util