From 595cbe9582de85a273e43c889205c0bb7549e20161818ac7ff372930fd813c43 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:01:38 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-HsYAML revision:16, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=20 --- ghc-HsYAML.changes | 46 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/ghc-HsYAML.changes b/ghc-HsYAML.changes index b70ae08..d82ed92 100644 --- a/ghc-HsYAML.changes +++ b/ghc-HsYAML.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Oct 7 02:01:00 UTC 2019 - psimons@suse.com +Mon Dec 23 17:45:49 UTC 2019 - psimons@suse.com - Update HsYAML to version 0.2.1.0. Upstream has edited the change log file since the last release in @@ -8,16 +8,44 @@ Mon Oct 7 02:01:00 UTC 2019 - psimons@suse.com http://hackage.haskell.org/package/HsYAML-0.2.1.0/src/ChangeLog.md ------------------------------------------------------------------- -Sun Sep 22 02:01:14 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:57 UTC 2019 - Peter Simons -- Update HsYAML to version 0.2.0.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.2.0.0/src/ChangeLog.md +- Drop obsolete group attributes. ------------------------------------------------------------------- -Wed Aug 28 17:31:18 UTC 2019 - psimons@suse.com +Sat May 18 02:01:59 UTC 2019 - psimons@suse.com -- Add HsYAML at version 0.1.2.0. +- Update HsYAML to version 0.1.2.0. + * 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. + + * 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` + +------------------------------------------------------------------- +Fri Oct 19 13:12:54 UTC 2018 - Peter Simons + +- Update Cabal build instructions to support ghc-8.6.1. + +------------------------------------------------------------------- +Wed Jul 18 14:26:10 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Tue Jul 17 19:30:48 UTC 2018 - psimons@suse.com + +- Add HsYAML at version 0.1.1.2.