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
|
||||
|
||||
@ -10,7 +48,7 @@ Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
* 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):
|
||||
* 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)
|
||||
@ -85,7 +123,7 @@ Mon Jun 27 11:04:26 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.8.18
|
||||
* Switched yaml decode function for config file readers in Data.Yaml.Config
|
||||
to the one from Data.Yaml.Include that supports !include syntax.
|
||||
to the one from Data.Yaml.Include that supports !include syntax.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 06:57:00 UTC 2016 - mimi.vx@gmail.com
|
||||
@ -109,7 +147,7 @@ Tue Apr 12 10:26:04 UTC 2016 - mimi.vx@gmail.com
|
||||
Tue Feb 16 20:01:56 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.8.16
|
||||
* Add env variable parsing. loadYamlSettings can read config values from the
|
||||
* Add env variable parsing. loadYamlSettings can read config values from the
|
||||
environment with Yaml that specifies an env var. The syntax is
|
||||
var: _env:ENV_VAR:default
|
||||
|
||||
@ -152,7 +190,7 @@ Mon Jul 27 07:52:19 UTC 2015 - mimi.vx@gmail.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 10:44:08 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- change libyaml deps from pkgconfig to direct libyaml-devel for SLE12 support
|
||||
- change libyaml deps from pkgconfig to direct libyaml-devel for SLE12 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 08:33:55 UTC 2015 - mimi.vx@gmail.com
|
||||
@ -169,15 +207,14 @@ Wed Feb 25 08:18:36 UTC 2015 - mpluskal@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 17:17:33 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- build against system libyaml
|
||||
- build against system libyaml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 05:58:06 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- add %defattr(-,root,root,-) to devel files
|
||||
- add %defattr(-,root,root,-) to devel files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.30
|
||||
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: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