Ondřej Súkup
74540d2ee3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=87
21 lines
1001 B
Plaintext
21 lines
1001 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Nov 7 06:41:41 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 28 17:31:15 UTC 2019 - psimons@suse.com
|
|
|
|
- Add yaml at version 0.11.1.2.
|
|
|