Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.11 KB

toml-parse

Haskell library for reading TOML and easily querying it via either a string query or via lenses.

Build Status

WARNING: This is still heavily-in-progress code

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.

Alternatives:

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.

toml-test

To run the BurntSushi tests:

git submodule update --init

To 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.