Description
Haskell bindings for GLib, the core utility library used by GTK and GNOME software. They expose GLib types and services such as main loops, data structures, errors, objects, and low-level platform helpers to Haskell code.
Developers use them when building Linux desktop applications or libraries that integrate with the GLib ecosystem. Correct memory, callback, and main-loop handling matters because the Haskell code is calling native libraries.