forked from pool/ghc-HsYAML-aeson
Accepting request 881527 from devel:languages:haskell
automated update of haskell stack OBS-URL: https://build.opensuse.org/request/show/881527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HsYAML-aeson?expand=0&rev=7
This commit is contained in:
commit
ed01ad0536
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
name: HsYAML-aeson
|
name: HsYAML-aeson
|
||||||
version: 0.2.0.0
|
version: 0.2.0.0
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
license: GPL-2.0-or-later
|
license: GPL-2.0-or-later
|
||||||
license-file: LICENSE.GPLv2
|
license-file: LICENSE.GPLv2
|
||||||
author: Herbert Valerio Riedel
|
author: Herbert Valerio Riedel
|
||||||
@ -33,8 +33,8 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
, HsYAML ^>= 0.2.0
|
, HsYAML ^>= 0.2.0
|
||||||
, aeson >= 1.4.0.0 && < 1.6
|
, aeson >= 1.4.0.0 && < 1.6
|
||||||
, base >= 4.5 && < 4.15
|
, base >= 4.5 && < 4.16
|
||||||
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2
|
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
|
||||||
, containers >=0.4.2 && <0.7
|
, containers >=0.4.2 && <0.7
|
||||||
, mtl ^>= 2.2.1
|
, mtl ^>= 2.2.1
|
||||||
, scientific ^>= 0.3.6.2
|
, scientific ^>= 0.3.6.2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 08:41:48 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update HsYAML-aeson to version 0.2.0.0 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-HsYAML-aeson
|
# spec file for package ghc-HsYAML-aeson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Summary: JSON to YAML Adapter
|
|||||||
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/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-HsYAML-devel
|
BuildRequires: ghc-HsYAML-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user