Description
A Haskell library for working with INI configuration files. It helps applications read and write section-based key-value settings in a format many users can edit by hand.
Developers use it for lightweight configuration in tools and applications. Parse errors should point to the relevant section and key so users can fix configuration mistakes without guesswork.