summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-10-08 05:12:41 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-10-08 05:12:41 +0200
commit456f9fb6e6d743702fcca79f4d23e1e5f40c530d (patch)
tree5d5558f02ae3420271bffc3336fada200abcee63 /phi.cabal
parent579552b29b396943c3a2c97456c37c8005729ce1 (diff)
downloadphi-456f9fb6e6d743702fcca79f4d23e1e5f40c530d.tar
phi-456f9fb6e6d743702fcca79f4d23e1e5f40c530d.zip
Adjust to patched xhb version
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 0070ea5..b2e43f0 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -12,7 +12,7 @@ build-type: Simple
library
- build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, xhb,
+ build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, xhb >= 0.5, xhb-native,
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.X11.Taskbar
@@ -24,7 +24,7 @@ library
ghc-options: -fspec-constr-count=16 -threaded
executable PhiSystrayHelper
- build-depends: base >= 4, template-haskell, xhb
+ build-depends: base >= 4, template-haskell, xhb >= 0.5, xhb-native
hs-source-dirs: src, lib
main-is: SystrayHelper.hs
other-modules: Phi.X11.AtomList, Phi.X11.Atoms, Phi.X11.Util