name: X11-xdamage version: 0.1.1 license: BSD3 license-file: LICENSE copyright: Ewan Higgs, 2008, libraries@haskell.org 2008 maintainer: Ewan Higgs homepage: http://darcs.haskell.org/X11-xdamage category: Graphics synopsis: A binding to the Xdamage X11 extension library description: A Haskell binding to the Xdamage X11 extention graphics library. . The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at . exposed-modules: Graphics.X11.Xdamage extensions: ForeignFunctionInterface, CPP extra-libraries: "Xdamage" build-depends: base >= 3 && < 5, X11 build-type: Simple ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-binds ghc-prof-options: -prof -auto-all