osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-yaml revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=73
This commit is contained in:
parent
da9db9490e
commit
90d5191fb2
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name yaml
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.31.1
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Support for parsing and rendering YAML documents
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba1451917e6cb1df6081e2e14c2e4dcec6969b9b25a5d72db96942c3e6d8b53
|
||||
size 83636
|
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