From 5c9c99b41ce1ecfee70071ecd3b369855b72d259 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 13 Jul 2011 02:13:01 +0200 Subject: Added basic rendering functions --- phi.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phi.cabal') 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 -- cgit v1.2.3