cies / htoml

TOML file format parser in Haskell
https://hackage.haskell.org/package/htoml
Other
38 stars 13 forks source link

Topic/toml v4 #7

Closed HuwCampbell closed 8 years ago

HuwCampbell commented 9 years ago

This fixes up almost all of the tests, and gives newline tables and underscores in numbers, so it also makes it compatible with TOML v4 as far as I can tell.

HuwCampbell commented 9 years ago

All tests now work.

cies commented 8 years ago

Sorry, I've been not paying enough attention -- my bad. I'll look into this shortly.

cies commented 8 years ago

Merged it in, I'll update the CHANGELOG and bump the version of the package (you have broken/improved the API a little). Not sure if I will push to Hackage already, I want to meditate a bit on the changes you've made to the Types first (maybe we can discuss). Thanks!