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

Allow base 4.15 #55

Closed sjakobi closed 2 years ago

sjakobi commented 3 years ago

Tested locally with

cabal test -O0 --allow-newer=microaeson:base,QuickCheck,tasty --enable-tests

Closes #54.

sjakobi commented 3 years ago

As a Hackage trustee, I have created a Hackage revision that includes this patch: http://hackage.haskell.org/package/HsYAML-0.2.1.0/revisions/

andreasabel commented 2 years ago

Subsumed by #56.