Accepting request 953482 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HsYAML?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:09:09 +00:00 committed by Git OBS Bridge
commit 51449d5741
3 changed files with 163 additions and 157 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.14
name: HsYAML
version: 0.2.1.0
x-revision: 3
x-revision: 4
synopsis: Pure Haskell YAML 1.2 processor
homepage: https://github.com/hvr/HsYAML
@ -94,7 +94,7 @@ library
, bytestring >=0.9 && <0.12
, containers >=0.4.2 && <0.7
, deepseq >=1.3.0 && <1.5
, text >=1.2.3 && <1.3
, text >=1.2.3 && <2.1
, mtl >=2.2.1 && <2.3
, parsec >=3.1.13.0 && < 3.2
@ -126,7 +126,7 @@ executable yaml-test
, containers
, mtl
-- non-inherited
, megaparsec >= 6.5.0 && < 10
, megaparsec >= 7.0 && < 10
, microaeson == 0.1.*
, filepath == 1.4.*
, directory >= 1.2 && < 1.4

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 26 17:52:12 UTC 2021 - Peter Simons <psimons@suse.com>
- Update HsYAML to version 0.2.1.0 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Nov 8 16:30:36 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,7 @@ Summary: Pure Haskell YAML 1.2 processor
License: GPL-2.0-or-later
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel