From 82aa1111a7a1beb88a73c621e85fd53b95b56e79f238022cd54d96aa748daedc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2019 18:54:45 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-HsYAML revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=14 --- ghc-HsYAML.changes | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ghc-HsYAML.changes b/ghc-HsYAML.changes index 4179990..52f2d29 100644 --- a/ghc-HsYAML.changes +++ b/ghc-HsYAML.changes @@ -2,18 +2,22 @@ Sat May 18 02:01:59 UTC 2019 - psimons@suse.com - Update HsYAML to version 0.1.2.0. - Upstream has edited the change log file since the last release in - a non-trivial way, i.e. they did more than just add a new entry - at the top. You can review the file at: - http://hackage.haskell.org/package/HsYAML-0.1.2.0/src/ChangeLog.md + + * Add convenience functions `decode1` and `decode1Strict` + expecting exactly one YAML document + ([#5](https://github.com/haskell-hvr/HsYAML/pull/5)) + + * Fix a couple corner-cases in the YAML tokenization + ([#10](https://github.com/haskell-hvr/HsYAML/pull/10)) ------------------------------------------------------------------- Thu Jan 3 03:00:56 UTC 2019 - psimons@suse.com - Update HsYAML to version 0.1.1.3. - ### 0.1.1.3 - * Fix bug in float regexp being too lax in the JSON and Core schema ([#7](https://github.com/hvr/HsYAML/issues/7)) + * Fix bug in float regexp being too lax in the JSON and Core + schema ([#7](https://github.com/hvr/HsYAML/issues/7)) + * Remove dependency on `dlist` -------------------------------------------------------------------