diff options
Diffstat (limited to 'phi.cabal')
-rw-r--r-- | phi.cabal | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -11,15 +11,16 @@ maintainer: mschiffer@universe-factory.net build-type: Simple library - build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, X11, 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.Taskbar, Phi.Widgets.Systray - other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util, Phi.Bindings.SystrayErrorHandler - c-sources: csrc/SystrayErrorHandler.c + build-depends: base >= 4, template-haskell, stm, array, containers, transformers, mtl, utf8-string, time, old-locale, xhb, + 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.Taskbar, Phi.Widgets.Systray + other-modules: Phi.X11.Util, Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.XCB include-dirs: include hs-source-dirs: lib extra-libraries: X11 - pkgconfig-depends: cairo >= 1.2.0, cairo-xlib + pkgconfig-depends: xcb, cairo >= 1.2.0, cairo-xcb ghc-options: -fspec-constr-count=16 -threaded executable Phi |