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

Support mtl-2.3 #60

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

TODO:

Upstream issues:

andreasabel commented 2 years ago

Please add lb for transformers. I fear @hvr's wrath if not all dependencies have lower and upper bounds. ;-)

andreasabel commented 2 years ago

@sjakobi : I invited you to collaborate. If you accept, I can also add you to the hackage uploaders. I do not have much interest in HsYAML myself, but it is relevant to e.g. haskell-ci and cabal-dev-scripts (in GHC and cabal). So it is needed still by the community.

andreasabel commented 2 years ago

Released as 0.2.1.1

sjakobi commented 2 years ago

Thanks for the invitation and the release, @andreasabel! :) I have accepted the invitation.

For now, I'm not planning on doing very much in this repo. But since dhall-yaml depends on HsYAML I have an interest in keeping the lights on.