osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-yaml revision:18, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-yaml?expand=0&rev=23
This commit is contained in:
Peter Simons 2022-02-09 13:44:52 +00:00 committed by Git OBS Bridge
parent 103d26323f
commit 8612fe15d8
5 changed files with 20 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5359f4d4e0f8aa96ef5d6788e33654a508b6c38130d4034b146eacc89737e6dc
size 20455

3
dhall-yaml-1.2.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8637b4e78b60a9318d17ffe99a45a9931886e0a4f5e99922d2b246187196c93e
size 20472

View File

@ -1,6 +1,6 @@
Name: dhall-yaml
Version: 1.2.8
x-revision: 1
Version: 1.2.9
x-revision: 2
Cabal-Version: >=1.10
Build-Type: Simple
License: GPL-3
@ -39,8 +39,8 @@ Library
bytestring < 0.12,
dhall >= 1.31.0 && < 1.41,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
text >= 0.11.1.0 && < 1.3 ,
optparse-applicative >= 0.14.0.0 && < 0.18,
text >= 0.11.1.0 && < 2.1 ,
vector
Exposed-Modules:
Dhall.Yaml
@ -73,9 +73,9 @@ Executable yaml-to-dhall
dhall-yaml ,
exceptions >= 0.8.3 && < 0.11,
optparse-applicative ,
prettyprinter ,
prettyprinter >= 1.7.0 ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
text < 1.3
text
Other-Modules:
Paths_dhall_yaml
GHC-Options: -Wall

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:13 UTC 2022 - psimons@suse.com
- Update dhall-yaml to version 1.2.9 revision 2.
1.2.9
* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
-------------------------------------------------------------------
Sun Nov 7 14:55:12 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dhall-yaml
#
# 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
@ -19,13 +19,13 @@
%global pkg_name dhall-yaml
%bcond_with tests
Name: %{pkg_name}
Version: 1.2.8
Version: 1.2.9
Release: 0
Summary: Convert between Dhall and YAML
License: GPL-3.0-or-later
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-HsYAML-aeson-devel