packages feed

Cabal revisions of xhb-0.6.2015.8.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:         xhb-Version:      0.6.2015.8.1-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.6 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: https://github.com/aslatter/xhb-Bug-reports: https://github.com/aslatter/xhb/issues-Build-type: Simple--Category: Graphics--Extra-source-files: CONTRIBUTORS, CHANGES--Library-- Build-depends: base >= 3 && < 5, stm, Xauth, binary, bytestring, containers,-      parsec, network, byteorder-- Extensions: ExistentialQuantification,-             DeriveDataTypeable,-             GeneralizedNewtypeDeriving,-             FlexibleContexts-- 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.DRI2,-   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.XvMC,-   Graphics.XHB.Gen.Xv-- 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.DRI2.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.XvMC.Types,-   Graphics.XHB.Gen.Xv.Types,-   Graphics.XHB.Gen.Extension-- hs-source-dirs: . patched-+Name:         xhb
+Version:      0.6.2015.8.1
+x-revision: 1
+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.6 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: https://github.com/aslatter/xhb
+Bug-reports: https://github.com/aslatter/xhb/issues
+Build-type: Simple
+
+Category: Graphics
+
+Extra-source-files: CONTRIBUTORS, CHANGES
+
+Library
+
+ Build-depends: base >= 3 && < 5, stm, Xauth, binary < 0.8.1, bytestring, containers,
+      parsec, network < 3, byteorder
+
+ Extensions: ExistentialQuantification,
+             DeriveDataTypeable,
+             GeneralizedNewtypeDeriving,
+             FlexibleContexts
+
+ 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.DRI2,
+   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.XvMC,
+   Graphics.XHB.Gen.Xv
+
+ 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.DRI2.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.XvMC.Types,
+   Graphics.XHB.Gen.Xv.Types,
+   Graphics.XHB.Gen.Extension
+
+ hs-source-dirs: . patched
+