osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-yaml revision:9, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=84
This commit is contained in:
Peter Simons 2019-11-08 02:01:54 +00:00 committed by Git OBS Bridge
parent 20b9167029
commit 2cf999c4e4
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Nov 7 06:41:50 UTC 2019 - psimons@suse.com
- Update yaml to version 0.11.2.0.
## 0.11.2.0
* Reduces some of the code duplication between the `encode` and `encodePretty` functions
* The output of `encodePretty` has been improved:
- Multiline strings now use `Literal` style instead of `SingleQuoted`
- Special keys are now quoted in mappings [#179](https://github.com/snoyberg/yaml/issues/179)
* Support for complex keys in mappings: [#182](https://github.com/snoyberg/yaml/issues/182)
- Adds `complexMapping` function to `Data.Yaml.Builder`
- Decode functions now return a `NonStringKey` error when attempting to decode a mapping with a complex key as it is not possible to decode these to an Aeson `Value`
* Adds missing `ToYaml` instances
-------------------------------------------------------------------
Tue Aug 27 02:01:57 UTC 2019 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name yaml
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.11.1.2
Version: 0.11.2.0
Release: 0
Summary: Support for parsing and rendering YAML documents
License: BSD-3-Clause

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cfedbcf28dfe262671b6ab8d5568c81436f1681c3882d9f9c868a64cff91709
size 28229

3
yaml-0.11.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f2d2b2cc8db857d39baf30fb3eded2e0f49a4c138358367c4379bb04c3ba0c
size 29254