<div dir="ltr">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.<div><br>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.</div><div><br>Any chance I overlooked a parser? Or maybe some parsing options in ConfigFile?</div><div><br>Any other advice on a library to do this?</div></div>