SHA256
1
0
forked from pool/dhall-yaml

Accepting request 987011 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/987011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhall-yaml?expand=0&rev=13
This commit is contained in:
Richard Brown 2022-08-01 19:29:27 +00:00 committed by Git OBS Bridge
commit df11f812b1
5 changed files with 25 additions and 9 deletions

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

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

View File

@ -1,3 +0,0 @@
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.9
x-revision: 2
Version: 1.2.10
x-revision: 1
Cabal-Version: >=1.10
Build-Type: Simple
License: GPL-3
@ -35,9 +35,9 @@ Library
HsYAML >= 0.2 && < 0.3 ,
HsYAML-aeson >= 0.2 && < 0.3 ,
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.1 ,
aeson >= 1.0.0.0 && < 2.2 ,
bytestring < 0.12,
dhall >= 1.31.0 && < 1.41,
dhall >= 1.31.0 && < 1.42,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.18,
text >= 0.11.1.0 && < 2.1 ,

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 18 00:38:34 UTC 2022 - Peter Simons <psimons@suse.com>
- Update dhall-yaml to version 1.2.10 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Feb 22 02:18:28 UTC 2022 - Peter Simons <psimons@suse.com>
- Update dhall-yaml to version 1.2.10.
1.2.10
* Build against `dhall-1.41`
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
-------------------------------------------------------------------
Thu Feb 3 03:31:54 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -19,13 +19,13 @@
%global pkg_name dhall-yaml
%bcond_with tests
Name: %{pkg_name}
Version: 1.2.9
Version: 1.2.10
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/2.cabal#/%{name}.cabal
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-HsYAML-aeson-devel