theam / tintin

📚 A softer alternative to Haddock
https://theam.github.io/tintin
Other
104 stars 18 forks source link

Switch to Dhall for configuration #52

Open NickSeagull opened 5 years ago

dpwiz commented 5 years ago

Is that for the project or for sites?

NickSeagull commented 5 years ago

For the sites @wiz , instead of using a tintin.yml use a tintin.dhall :smile:

dpwiz commented 5 years ago

Isn't it a bit overkill to set site color and, sometimes, logo?

I'd stick with unlines+unwords, but yaml is already in deps.

NickSeagull commented 5 years ago

For the current state, definitely, but if we add more features, it would be nice to manage a configuration data type with a Dhall deserializer

dpwiz commented 5 years ago

You'd better have binary releases before implementing that. Adding all the dhall dependices to CI builds would be wild.