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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=68
This commit is contained in:
Peter Simons 2018-05-15 18:25:01 +00:00 committed by Git OBS Bridge
parent 50b4639ace
commit f6d42ebadf

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update yaml to version 0.8.30.
* Removed `AppSettings` mentioned in `loadYamlSettings` error message.
* Deprecated `decodeFile` [#129](https://github.com/snoyberg/yaml/issues/129)
* Turn off executables by default [#103](https://github.com/snoyberg/yaml/issues/103)
* Add `Data.Yaml.TH.yamlQQ`
* Support conduit 1.3
* Add `Semigroup` instance [#123](https://github.com/snoyberg/yaml/pull/123)
* Use `throwM` instead of `monadThrow`
* Drop aeson-qq dep (incompatible with Stackage Nightly)
* Tweaks to the executable `yaml2json` [#119](https://github.com/snoyberg/yaml/pull/119):
- Add command-line option `-h` and `--help` to show help message
- Error messages are now written to `stderr` instead of `stdout`
* New encodePretty option `setConfDropNull` to drop null values from objects [#116](https://github.com/snoyberg/yaml/issues/116)
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com