osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-yaml revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-yaml?expand=0&rev=80
This commit is contained in:
parent
95ac3f1d08
commit
94d70e58e4
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 02:01:14 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update yaml to version 0.11.1.1.
|
||||
## 0.11.1.1
|
||||
|
||||
* Use the appropriate `Scientific` rendering function to avoid a memory overflow when rendering. The previously used function from `aeson` would not use scientific notation, and could use large amounts of memory for values such as `1e9999999999999`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 02:01:17 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name yaml
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.11.1.0
|
||||
Version: 0.11.1.1
|
||||
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:09371f87b0ff92c3daadd41b25955428a572f064198c0f18b28608358524a6cd
|
||||
size 27755
|
3
yaml-0.11.1.1.tar.gz
Normal file
3
yaml-0.11.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37ff9aa554c4c146700cfc82aff72098139ccebfdce7c8f1fe4f8dff9ebc507f
|
||||
size 28085
|
Loading…
Reference in New Issue
Block a user