cies / htoml

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

Lenses #8

Open HuwCampbell opened 8 years ago

HuwCampbell commented 8 years ago

https://github.com/ambiata/x/blob/master/x-htoml/src/X/Text/Toml.hs

cies commented 8 years ago

Thanks for pointing this out. I'll leave this issue open as a reminder; if a htoml-lens package will ever see the light of day we can look into this direction (or go Aeson's ToJSON route).