dahlia / dojang

A cross-platform dotfiles manager
https://dojang.dev/
GNU General Public License v3.0
7 stars 0 forks source link

Toml serialization mismatch #17

Closed glguy closed 7 months ago

glguy commented 7 months ago

Hi,

I was taking a look to see how people were using toml-parser. I noticed that your ToTable and FromValue instances for Kernel don't match. One uses release and the other version.

https://github.com/dahlia/dojang/blob/d5e8049fa30dad7198e46d23287aebbf95cd8cb2/src/Dojang/Syntax/Env.hs#L69

dahlia commented 7 months ago

Thanks for your reporting! I'm going to quickly fix it.