From f6d42ebadf8681e3eb7adf71899f6bcf4e26775a234ca42ebf3174dbc7ddaacd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:25:01 +0000 Subject: [PATCH] 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 --- ghc-yaml.changes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 4fd7a26..99ff849 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -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