summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/phi.cabal b/phi.cabal
index 5100bda..2938ee6 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -20,17 +20,17 @@ library
other-modules: Phi.X11.AtomList, Phi.Bindings.Cairo, Phi.X11.Atoms, Phi.X11.Util
include-dirs: include
hs-source-dirs: lib
- pkgconfig-depends: xcb, cairo >= 1.2.0, cairo-xcb
+ pkgconfig-depends: cairo >= 1.2.0, cairo-xcb
ghc-options: -fspec-constr-count=16 -threaded
-executable PhiSystrayHelper
- build-depends: base >= 4, template-haskell, xhb >= 0.5, xhb-xcb
+executable phi-systray-helper
+ build-depends: base >= 4, template-haskell, mtl, xhb >= 0.5, xhb-xcb
hs-source-dirs: src, lib
main-is: SystrayHelper.hs
other-modules: Phi.X11.AtomList, Phi.X11.Atoms, Phi.X11.Util
ghc-options: -threaded
-executable Phi
+executable phi
build-depends: base >= 4, phi
hs-source-dirs: src
main-is: Phi.hs