haskell-hvr / HsYAML

YAML 1.2 implementation in pure Haskell
https://hackage.haskell.org/package/HsYAML
GNU General Public License v2.0
55 stars 17 forks source link

Data.YAML.Compat #46

Open vaibhavsagar opened 4 years ago

vaibhavsagar commented 4 years ago

I'm adding support for HsYAML to hlint and it would be useful for us if HsYAML and/or HsYAML-aeson exported a compatibility module with an identical interface to the yaml library. Would such an interface be useful to others as well?

vijayphoenix commented 4 years ago

Hi @vaibhavsagar, The package https://github.com/haskell-hvr/HsYAML-compat-builder is currently under development

vaibhavsagar commented 4 years ago

Thank you for the update!