diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 2f5ebf2..d13dec1 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 29 02:01:17 UTC 2019 - psimons@suse.com + +- Update yaml to version 0.11.1.0. + ## 0.11.1.0 + + * Better error messages in the `Data.Yaml.Config` module [#168](https://github.com/snoyberg/yaml/issues/168) + * Add `LoadSettingsException` exception and remove error printing from `loadYamlSettings` [#172](https://github.com/snoyberg/yaml/pull/172) + ------------------------------------------------------------------- Mon Oct 15 02:01:17 UTC 2018 - psimons@suse.com diff --git a/ghc-yaml.spec b/ghc-yaml.spec index a858c21..89d2d58 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-yaml # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name yaml %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.11.0.0 +Version: 0.11.1.0 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause diff --git a/yaml-0.11.0.0.tar.gz b/yaml-0.11.0.0.tar.gz deleted file mode 100644 index b4b91ba..0000000 --- a/yaml-0.11.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf -size 26529 diff --git a/yaml-0.11.1.0.tar.gz b/yaml-0.11.1.0.tar.gz new file mode 100644 index 0000000..10ac47c --- /dev/null +++ b/yaml-0.11.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09371f87b0ff92c3daadd41b25955428a572f064198c0f18b28608358524a6cd +size 27755