summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-14 20:21:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-14 20:21:30 +0200
commit861fa81d8503b64023777ec815845361bbcc2885 (patch)
treec194a5bbd4c839eb4ccf5b933d5abebcb3368385 /phi.cabal
parent7c0f602343e84823d370c8742716ce6b7a8b9850 (diff)
downloadphi-861fa81d8503b64023777ec815845361bbcc2885.tar
phi-861fa81d8503b64023777ec815845361bbcc2885.zip
Added clock widget
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/phi.cabal b/phi.cabal
index 9ee28d8..66445d8 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -11,8 +11,9 @@ maintainer: mschiffer@universe-factory.net
build-type: Simple
library
- build-depends: base >= 4, template-haskell, mtl, cairo, X11
- exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11
+ build-depends: base >= 4, template-haskell, mtl, time, old-locale, X11, cairo, pango
+ exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11,
+ Phi.Widgets.Clock
other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util
hs-source-dirs: lib