Deprecated

hayland

Haskell bindings for the C Wayland library.

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Auke Booij
Maintained by [email protected]

This package contains bindings to the Wayland library, which is used to interface display devices, drawable clients, and window managers.

Wayland exposes a "fixed" set of functions, and additionally generates a part of its API from a "protocol" file. This package locates that protocol file using pkg-config.

If you want to interface with other protocols (such as Weston's), refer to the readme for instructions.