osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HsYAML revision:22, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=42
This commit is contained in:
Peter Simons 2022-02-10 14:36:51 +00:00 committed by Git OBS Bridge
parent 339e8a9b7e
commit a75dae1008
3 changed files with 164 additions and 158 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 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:12 UTC 2022 - 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

@ -1,7 +1,7 @@
#
# spec file for package ghc-HsYAML
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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