summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-10-17 21:16:01 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-10-17 21:16:01 +0200
commit3e1ca8091269fcd30a7d89cbe2f9d68d7447b0fc (patch)
tree59e9e0ea07f945e53034203125f19dcf91a38956 /phi.cabal
parent33cd402ae968587d256e11004dac9ed52d1c3cc5 (diff)
downloadphi-master.tar
phi-master.zip
Renamed binaries to lowercaseHEADmaster
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