summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-16 13:21:24 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-16 13:21:24 +0200
commit8854f0aec4b882324649d3a5ce1c99e8af9862d7 (patch)
treea7668d0c317630253b54595927639306702b9450 /phi.cabal
parentb2b35e632a354fc0ffb944553adffbb58ad1e006 (diff)
downloadphi-8854f0aec4b882324649d3a5ce1c99e8af9862d7.tar
phi-8854f0aec4b882324649d3a5ce1c99e8af9862d7.zip
Don't redraw when there are still messages pending
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/phi.cabal b/phi.cabal
index ea33c35..aa65df4 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -11,11 +11,12 @@ maintainer: mschiffer@universe-factory.net
build-type: Simple
library
- build-depends: base >= 4, template-haskell, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, cairo, pango
+ 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
other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util
hs-source-dirs: lib
+ ghc-options: -fspec-constr-count=16
executable Phi
build-depends: base >= 4, phi