Haskell library for reading TOML and easily querying it via either a string query or via lenses.
Pliosoft is in the process of becoming a Haskell-centric open source company, and so we are replacing internal libraries with open source alternatives. Please feel free to contribute.
There are several existing TOML libraries for haskell already:
We came close to adopting htoml, but we found it important to have a good way to query parsed documents, and it was quite difficult to retrofit that for us.
To run the BurntSushi tests:
git submodule update --initTo clone the test files to the toml-test directory. These will now be picked
up by the BurntSushiSpec file and run as part of stack test.