summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-13 02:13:01 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-13 02:13:01 +0200
commit5c9c99b41ce1ecfee70071ecd3b369855b72d259 (patch)
tree77e460321ef2375adeaec2e96c09484b5948cc0f /phi.cabal
parent982bcffcfeb074b4c1beff64ca7361a9a66ed273 (diff)
downloadphi-5c9c99b41ce1ecfee70071ecd3b369855b72d259.tar
phi-5c9c99b41ce1ecfee70071ecd3b369855b72d259.zip
Added basic rendering functions
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/phi.cabal b/phi.cabal
index ecc7708..46746c4 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -12,11 +12,13 @@ build-type: Simple
library
build-depends: base >= 4, template-haskell, mtl, cairo, X11
- exposed-modules: Phi.Panel, Phi.X11
- other-modules: Phi.X11.Atoms, Phi.X11.AtomList
+ exposed-modules: Phi.Panel, Phi.Border, Phi.X11
+ other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util
hs-source-dirs: lib
executable Phi
build-depends: base >= 4, phi
hs-source-dirs: src
main-is: Phi.hs
+ extra-libraries: X11
+ pkgconfig-depends: cairo >= 1.2.0, cairo-xlib