Description
Parses TOML 1.1.0 documents in Haskell. TOML is a human-readable configuration format commonly used for project settings and application configuration.
It is useful for tools that need to read TOML files while following a specific TOML version. Applications should present parse errors clearly, because configuration files are often edited manually by users.