Description
A Haskell library for reading and writing simple INI-based configuration files. It helps applications store settings in a human-editable format with sections and key-value pairs.
Developers use it for tools where a lightweight configuration format is enough. Configuration errors should point to the exact section and key so users can fix files confidently.