Accepting request 759568 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/759568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-yaml?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2019-12-27 12:59:22 +00:00 committed by Git OBS Bridge
commit e1d8fe58aa
4 changed files with 24 additions and 6 deletions

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 8 16:15:17 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Thu Nov 7 06:41:50 UTC 2019 - psimons@suse.com
- Update yaml to version 0.11.2.0.
## 0.11.2.0
* Reduces some of the code duplication between the `encode` and `encodePretty` functions
* The output of `encodePretty` has been improved:
- Multiline strings now use `Literal` style instead of `SingleQuoted`
- Special keys are now quoted in mappings [#179](https://github.com/snoyberg/yaml/issues/179)
* Support for complex keys in mappings: [#182](https://github.com/snoyberg/yaml/issues/182)
- Adds `complexMapping` function to `Data.Yaml.Builder`
- Decode functions now return a `NonStringKey` error when attempting to decode a mapping with a complex key as it is not possible to decode these to an Aeson `Value`
* Adds missing `ToYaml` instances
-------------------------------------------------------------------
Tue Aug 27 02:01:57 UTC 2019 - psimons@suse.com

View File

@ -19,11 +19,10 @@
%global pkg_name yaml
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.11.1.2
Version: 0.11.2.0
Release: 0
Summary: Support for parsing and rendering YAML documents
License: BSD-3-Clause
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
@ -59,7 +58,6 @@ README and API documentation are available at
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cfedbcf28dfe262671b6ab8d5568c81436f1681c3882d9f9c868a64cff91709
size 28229

3
yaml-0.11.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f2d2b2cc8db857d39baf30fb3eded2e0f49a4c138358367c4379bb04c3ba0c
size 29254