Accepting request 623900 from devel:languages:haskell
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. - Update yaml to version 0.9.0. # ChangeLog for yaml ## 0.9.0 * Expose style and tags on mappings and sequences in Text.Libyaml [#141](https://github.com/snoyberg/yaml/pull/141) ## 0.8.32 * Escape keys as necessary [#137](https://github.com/snoyberg/yaml/issues/137) * Support hexadecimal and octal number values [#135](https://github.com/snoyberg/yaml/issues/135) * More resilient `isNumeric` (should reduce cases of unneeded quoting) * hpackify * src subdir - Update yaml to version 0.8.31.1. ## 0.8.31.1 * Add a workaround for a cabal bug [haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165) ## 0.8.31 * Add `decodeThrow` and `decodeFileThrow` convenience functions. * Upgrade libyaml versions * Deprecate `decode` and `decodeEither` * Tweaks to the executable `yaml2json` [#119](https://github.com/snoyberg/yaml/pull/119): to the one from Data.Yaml.Include that supports !include syntax. * Add env variable parsing. loadYamlSettings can read config values from the - change libyaml deps from pkgconfig to direct libyaml-devel for SLE12 support - build against system libyaml - add %defattr(-,root,root,-) to devel files - Initial build version 0.8.5 OBS-URL: https://build.opensuse.org/request/show/623900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-yaml?expand=0&rev=28
This commit is contained in:
commit
e5ced5714b
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 14:26:49 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:31:11 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update yaml to version 0.9.0.
|
||||||
|
# ChangeLog for yaml
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
* Expose style and tags on mappings and sequences in Text.Libyaml [#141](https://github.com/snoyberg/yaml/pull/141)
|
||||||
|
|
||||||
|
## 0.8.32
|
||||||
|
|
||||||
|
* Escape keys as necessary [#137](https://github.com/snoyberg/yaml/issues/137)
|
||||||
|
* Support hexadecimal and octal number values [#135](https://github.com/snoyberg/yaml/issues/135)
|
||||||
|
* More resilient `isNumeric` (should reduce cases of unneeded quoting)
|
||||||
|
* hpackify
|
||||||
|
* src subdir
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 13 14:31:38 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update yaml to version 0.8.31.1.
|
||||||
|
## 0.8.31.1
|
||||||
|
|
||||||
|
* Add a workaround for a cabal bug [haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165)
|
||||||
|
|
||||||
|
## 0.8.31
|
||||||
|
|
||||||
|
* Add `decodeThrow` and `decodeFileThrow` convenience functions.
|
||||||
|
* Upgrade libyaml versions
|
||||||
|
* Deprecate `decode` and `decodeEither`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
@ -180,4 +218,3 @@ Wed Oct 9 05:58:06 UTC 2013 - sbahling@suse.com
|
|||||||
Sun Oct 6 13:45:56 UTC 2013 - sbahling@suse.com
|
Sun Oct 6 13:45:56 UTC 2013 - sbahling@suse.com
|
||||||
|
|
||||||
- Initial build version 0.8.5
|
- Initial build version 0.8.5
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name yaml
|
%global pkg_name yaml
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.30
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support for parsing and rendering YAML documents
|
Summary: Support for parsing and rendering YAML documents
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d15b6e9d599137329161931478259462549dd1a38337ec7e8b17fe1c3496be85
|
|
||||||
size 82706
|
|
3
yaml-0.9.0.tar.gz
Normal file
3
yaml-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec4b2f1d1393f80b717821b265aa8fa6133429c4ebc127956e5035314d1bbc16
|
||||||
|
size 84613
|
Loading…
Reference in New Issue
Block a user