osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HsYAML-aeson revision:27, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML-aeson?expand=0&rev=29
This commit is contained in:
parent
af977c489d
commit
e2428f0b5a
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
name: HsYAML-aeson
|
name: HsYAML-aeson
|
||||||
version: 0.2.0.1
|
version: 0.2.0.1
|
||||||
x-revision: 1
|
x-revision: 4
|
||||||
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
|
||||||
@ -50,15 +50,15 @@ library
|
|||||||
exposed-modules: Data.YAML.Aeson
|
exposed-modules: Data.YAML.Aeson
|
||||||
build-depends:
|
build-depends:
|
||||||
, HsYAML ^>= 0.2.0
|
, HsYAML ^>= 0.2.0
|
||||||
, aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0
|
, aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0
|
||||||
, base >= 4.5 && < 4.17
|
, base >= 4.5 && < 4.17
|
||||||
, bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
|
, 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 || ^>= 2.3
|
||||||
, scientific ^>= 0.3.6.2
|
, scientific ^>= 0.3.6.2
|
||||||
, text ^>= 1.2.3 || ^>= 2.0
|
, text ^>= 1.2.3 || ^>= 2.0
|
||||||
, unordered-containers ^>= 0.2
|
, unordered-containers ^>= 0.2
|
||||||
, vector ^>= 0.12.0.2
|
, vector ^>= 0.12.0.2 || ^>= 0.13.0.0
|
||||||
|
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 11:03:24 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update HsYAML-aeson to version 0.2.0.1 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 21 13:18:32 UTC 2022 - Peter Simons <psimons@suse.com>
|
Fri Jan 21 13:18:32 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -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/1.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-HsYAML-devel
|
BuildRequires: ghc-HsYAML-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user