./x11/hs-X11, Haskell binding to the X11 graphics library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.3nb3, Package name: hs-X11-1.10.3nb3, Maintainer: esg

A Haskell binding to the X11 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 <http://tronche.com/gui/x/xlib/>.


Required to run:
[x11/libXScrnSaver] [x11/liboldXrandr] [devel/hs-data-default] [lang/ghc88]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 188.399 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 11:07:56 by Masatake Daimon | Files touched by this commit (1)
Log message:
x11/hs-X11: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 17:48:33 by Masatake Daimon | Files touched by this commit (4)
Log message:
x11/hs-X11: Update to 1.10.3

1.10.3 (2022-09-14)
* Added cWX, cWY, cWWidth, cWHeight constants (AttributeMask) (#82)
* Added FocusChangeEvent to data Event (#81)
* Added setWMNormalHints (#83)
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 16:53:34 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to X11-1.10.2

1.10.2 (2021-10-24)
* Restored compatibility with GHC 7.10 (and possibly even older) (#80)

1.10.1 (2021-08-15)
* Fixed possible high CPU usage of some blocking calls with the threaded
  RTS (#78)

1.10 (2021-05-31)
* Added setClientMessageEvent' (#71)
* Fixed type of xrrUpdateConfiguration (#72)
* Fixed bottom when deserializing XRRNotifyEvent in getEvent (#72)
* Added xrrGetMonitors and XRRMonitorInfo (#42)
* Added setClassHint (#76)
* Added a few missing event mask fields to WindowAttributes (#77)
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC