packages feed

xhb-0.2.2009.2.21: xhb.cabal

Name:         xhb
Version:      0.2.2009.2.21
Cabal-Version:  >= 1.2.3
Synopsis:     X Haskell Bindings
Description:
  Provides low-level bindings to the X11 protocol.
  .
  Similar to XCB - the X C Bindings.
  .
  This library is based on version 1.4 of the xcb-proto
  package.  See http:\/\/xcb.freedesktop.org\/XmlXcb\/ and
  http:\/\/xcb.freedesktop.org\/dist\/ .

License:      BSD3
License-file: LICENSE
Author:       See CONTRIBUTORS file
Maintainer:   Antoine Latter <aslatter@gmail.com>
Homepage: http://community.haskell.org/~aslatter/code/xhb
Build-type: Simple

Category: Graphics

Extra-source-files: CONTRIBUTORS

Library

 Build-depends: base, stm, Xauth, binary, bytestring, containers,
      parsec, network, byteorder

 Extensions: ExistentialQuantification,
             DeriveDataTypeable,
             GeneralizedNewtypeDeriving

 Exposed-modules:
   Graphics.XHB,
   Graphics.XHB.Connection,
   Graphics.XHB.Connection.Extension,
   Graphics.XHB.Connection.Open,
   Graphics.XHB.Gen.BigRequests,
   Graphics.XHB.Gen.Composite,
   Graphics.XHB.Gen.Damage,
   Graphics.XHB.Gen.DPMS,
   Graphics.XHB.Gen.Glx,
   Graphics.XHB.Gen.RandR,
   Graphics.XHB.Gen.Record,
   Graphics.XHB.Gen.Render,
   Graphics.XHB.Gen.Res,
   Graphics.XHB.Gen.ScreenSaver,
   Graphics.XHB.Gen.Shape,
   Graphics.XHB.Gen.Shm,
   Graphics.XHB.Gen.Sync,
   Graphics.XHB.Gen.XCMisc,
   Graphics.XHB.Gen.Xevie,
   Graphics.XHB.Gen.XF86Dri,
   Graphics.XHB.Gen.XFixes,
   Graphics.XHB.Gen.Xinerama,
   Graphics.XHB.Gen.Input,
   Graphics.XHB.Gen.XPrint,
   Graphics.XHB.Gen.Xproto,
   Graphics.XHB.Gen.SELinux,
   Graphics.XHB.Gen.Test,
   Graphics.XHB.Gen.Xv,
   Graphics.XHB.Gen.XvMC

 Other-modules:
   Graphics.XHB.Shared,
   Graphics.XHB.Connection.Auth,
   Graphics.XHB.Connection.Internal,
   Graphics.XHB.Connection.Types,
   Graphics.XHB.Gen.BigRequests.Types,
   Graphics.XHB.Gen.Composite.Types,
   Graphics.XHB.Gen.Damage.Types,
   Graphics.XHB.Gen.DPMS.Types,
   Graphics.XHB.Gen.Glx.Types,
   Graphics.XHB.Gen.RandR.Types,
   Graphics.XHB.Gen.Record.Types,
   Graphics.XHB.Gen.Render.Types,
   Graphics.XHB.Gen.Res.Types,
   Graphics.XHB.Gen.ScreenSaver.Types,
   Graphics.XHB.Gen.Shape.Types,
   Graphics.XHB.Gen.Shm.Types,
   Graphics.XHB.Gen.Sync.Types,
   Graphics.XHB.Gen.XCMisc.Types,
   Graphics.XHB.Gen.Xevie.Types,
   Graphics.XHB.Gen.XF86Dri.Types,
   Graphics.XHB.Gen.XFixes.Types,
   Graphics.XHB.Gen.Xinerama.Types,
   Graphics.XHB.Gen.Input.Types,
   Graphics.XHB.Gen.XPrint.Types,
   Graphics.XHB.Gen.Xproto.Types,
   Graphics.XHB.Gen.SELinux.Types,
   Graphics.XHB.Gen.Test.Types,
   Graphics.XHB.Gen.Xv.Types,
   Graphics.XHB.Gen.XvMC.Types,
   Graphics.XHB.Gen.Extension

 hs-source-dirs: . patched