[Haskell-cafe] List-based ini parser?

Mike Meyer mwm at mired.org
Fri Jul 3 23:26:03 UTC 2015


Ok,I've looked at the packages google and hackage found (ini, hsini &
ConfigFile), and can't use any of them for dealing with the ini files I'm
being handed.

The problem is they all parse the config file into Maps, and that doesn't
seem to be an option. I need lists, because I have multiple sections with
the same name that turn into a list of objects, as well as sections that
can have multiple options with the same name that turn into multiple
objects.

Any chance I overlooked a parser? Or maybe some parsing options in
ConfigFile?

Any other advice on a library to do this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150703/d9330f73/attachment.html>


More information about the Haskell-Cafe mailing list