clovyr / aeson-yaml

Encode any Aeson (JSON) value as YAML (in pure Haskell)
https://hackage.haskell.org/package/aeson-yaml
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Fix the encoding of an empty root list, which had a leading space #3

Closed olivierdeckers closed 4 years ago

olivierdeckers commented 4 years ago

Remove the leading space when encoding a root empty list, see https://github.com/dhall-lang/dhall-haskell/issues/1560

patrickmn commented 4 years ago

Thank you. Do you mind doing DCO with git commit --amend --signoff & force push prior to merging?

olivierdeckers commented 4 years ago

Done