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