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:
commit
51449d5741
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 1.14
|
cabal-version: 1.14
|
||||||
name: HsYAML
|
name: HsYAML
|
||||||
version: 0.2.1.0
|
version: 0.2.1.0
|
||||||
x-revision: 3
|
x-revision: 4
|
||||||
|
|
||||||
synopsis: Pure Haskell YAML 1.2 processor
|
synopsis: Pure Haskell YAML 1.2 processor
|
||||||
homepage: https://github.com/hvr/HsYAML
|
homepage: https://github.com/hvr/HsYAML
|
||||||
@ -94,7 +94,7 @@ library
|
|||||||
, bytestring >=0.9 && <0.12
|
, bytestring >=0.9 && <0.12
|
||||||
, containers >=0.4.2 && <0.7
|
, containers >=0.4.2 && <0.7
|
||||||
, deepseq >=1.3.0 && <1.5
|
, deepseq >=1.3.0 && <1.5
|
||||||
, text >=1.2.3 && <1.3
|
, text >=1.2.3 && <2.1
|
||||||
, mtl >=2.2.1 && <2.3
|
, mtl >=2.2.1 && <2.3
|
||||||
, parsec >=3.1.13.0 && < 3.2
|
, parsec >=3.1.13.0 && < 3.2
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ executable yaml-test
|
|||||||
, containers
|
, containers
|
||||||
, mtl
|
, mtl
|
||||||
-- non-inherited
|
-- non-inherited
|
||||||
, megaparsec >= 6.5.0 && < 10
|
, megaparsec >= 7.0 && < 10
|
||||||
, microaeson == 0.1.*
|
, microaeson == 0.1.*
|
||||||
, filepath == 1.4.*
|
, filepath == 1.4.*
|
||||||
, directory >= 1.2 && < 1.4
|
, directory >= 1.2 && < 1.4
|
||||||
|
@ -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
|
Mon Nov 8 16:30:36 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: Pure Haskell YAML 1.2 processor
|
|||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user