dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
912 stars 213 forks source link

dhall-toml: support integers #2469

Closed lf- closed 1 year ago

lf- commented 1 year ago

The docs said we support integers, but that seems to not actually have been empirically true (actually, most amusingly, fromInteger is partial so it would crash TomlToDhall).

I fixed it.

Gabriella439 commented 1 year ago

Thank you! ❤️