Accepting request 829508 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/829508 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-yaml?expand=0&rev=35
This commit is contained in:
commit
495caaab3d
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 11:18:55 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update yaml to version 0.11.5.0.
|
||||||
|
## 0.11.5.0
|
||||||
|
|
||||||
|
* New functions capable of parsing YAML streams containing multiple documents into a list of results:
|
||||||
|
* `decodeAllEither'`
|
||||||
|
* `decodeAllFileEither`
|
||||||
|
* `decodeAllFileWithWarnings`
|
||||||
|
* `decodeAllThrow`
|
||||||
|
* `decodeAllFileThrow`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 10:46:45 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Replace %setup -q with the more modern %autosetup macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 09:10:55 UTC 2020 - psimons@suse.com
|
Tue Jun 9 09:10:55 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -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.11.4.0
|
Version: 0.11.5.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
|
||||||
@ -67,7 +67,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
|||||||
This package provides the Haskell %{pkg_name} library development files.
|
This package provides the Haskell %{pkg_name} library development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da4ec8469bb5cc43d131ffee90e89a430a65baad4caa611e91cd9b684168c96c
|
|
||||||
size 29307
|
|
3
yaml-0.11.5.0.tar.gz
Normal file
3
yaml-0.11.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b28e748bd69948cb1b43694d4d7c74756e060e09ca91688d0485e23f19d6cdad
|
||||||
|
size 30049
|
Loading…
Reference in New Issue
Block a user