Accepting request 1103045 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1103045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HsYAML?expand=0&rev=19
This commit is contained in:
commit
09b9710f7c
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 1.14
|
cabal-version: 1.14
|
||||||
name: HsYAML
|
name: HsYAML
|
||||||
version: 0.2.1.1
|
version: 0.2.1.1
|
||||||
x-revision: 3
|
x-revision: 4
|
||||||
|
|
||||||
synopsis: Pure Haskell YAML 1.2 processor
|
synopsis: Pure Haskell YAML 1.2 processor
|
||||||
homepage: https://github.com/haskell-hvr/HsYAML
|
homepage: https://github.com/haskell-hvr/HsYAML
|
||||||
@ -92,10 +92,10 @@ library
|
|||||||
Trustworthy
|
Trustworthy
|
||||||
TypeSynonymInstances
|
TypeSynonymInstances
|
||||||
|
|
||||||
build-depends: base >= 4.5 && < 4.19
|
build-depends: base >= 4.5 && < 5
|
||||||
, bytestring >= 0.9 && < 0.13
|
, bytestring >= 0.9 && < 0.13
|
||||||
, containers >= 0.4.2 && < 0.7
|
, containers >= 0.4.2 && < 0.7
|
||||||
, deepseq >= 1.3.0 && < 1.5
|
, deepseq >= 1.3.0 && < 1.6
|
||||||
, text >= 1.2.3 && < 2.1
|
, text >= 1.2.3 && < 2.1
|
||||||
, mtl >= 2.2.1 && < 2.4
|
, mtl >= 2.2.1 && < 2.4
|
||||||
, parsec >= 3.1.13.0 && < 3.2
|
, parsec >= 3.1.13.0 && < 3.2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 16:05:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update HsYAML to version 0.2.1.1 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 12 22:23:03 UTC 2023 - Peter Simons <psimons@suse.com>
|
Wed Jul 12 22:23:03 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,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-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user