diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 99ff849..c548341 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jul 9 19:45:08 UTC 2018 - psimons@suse.com + +- Update yaml to version 0.8.31.1. + ## 0.8.31.1 + + * Add a workaround for a cabal bug [haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165) + + ## 0.8.31 + + * Add `decodeThrow` and `decodeFileThrow` convenience functions. + * Upgrade libyaml versions + * Deprecate `decode` and `decodeEither` + ------------------------------------------------------------------- Mon May 14 17:02:11 UTC 2018 - psimons@suse.com diff --git a/ghc-yaml.spec b/ghc-yaml.spec index be3c2d0..5bb04d7 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -19,7 +19,7 @@ %global pkg_name yaml %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.31 +Version: 0.8.31.1 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause diff --git a/yaml-0.8.31.1.tar.gz b/yaml-0.8.31.1.tar.gz new file mode 100644 index 0000000..e489bce --- /dev/null +++ b/yaml-0.8.31.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba1451917e6cb1df6081e2e14c2e4dcec6969b9b25a5d72db96942c3e6d8b53 +size 83636 diff --git a/yaml-0.8.31.tar.gz b/yaml-0.8.31.tar.gz deleted file mode 100644 index c9edd5b..0000000 --- a/yaml-0.8.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15c78f7e8354a583d118cdc07123cacd4e9e2b03b5aa474f1b9a66ff19112ba9 -size 83449