Description
Haskell bindings for GModule, GLib's portable module-loading library. They let Haskell code interact with native dynamic modules and plugin-style loading through the GLib stack.
Developers use them when desktop or platform code needs dynamic library loading. Loading modules can cross trust and ABI boundaries, so paths, symbols, and versions should be controlled carefully.