summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 18:06:00 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 18:06:00 +0200
commit9d1415a2d35a10be828fac5c9534ba477233aa49 (patch)
tree414f188247778f8b8168ac0ced222f4dbccec264 /phi.cabal
parentfcb645e610d7e339ea23b9c719092c7fa77fbefb (diff)
downloadphi-9d1415a2d35a10be828fac5c9534ba477233aa49.tar
phi-9d1415a2d35a10be828fac5c9534ba477233aa49.zip
Added AlphaBox widget
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 263db7f..07820ce 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -13,7 +13,7 @@ build-type: Simple
library
build-depends: base >= 4, template-haskell, stm, 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, Phi.Widgets.Systray
+ 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