From 43e84083b239273f110e2fd8fc6eb25ee7b2f682ac349bc9fec785b16587232f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:07 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-yaml revision:21, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-yaml?expand=0&rev=25 --- dhall-yaml-1.2.10.tar.gz | 3 +++ dhall-yaml-1.2.9.tar.gz | 3 --- dhall-yaml.cabal | 8 ++++---- dhall-yaml.changes | 16 ++++++++++++++++ dhall-yaml.spec | 4 ++-- 5 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 dhall-yaml-1.2.10.tar.gz delete mode 100644 dhall-yaml-1.2.9.tar.gz diff --git a/dhall-yaml-1.2.10.tar.gz b/dhall-yaml-1.2.10.tar.gz new file mode 100644 index 0000000..cf3cd65 --- /dev/null +++ b/dhall-yaml-1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6228d330ca593c98a1882f4d0f201917dff395b09b7bfd23e78d1940e416fa8 +size 20498 diff --git a/dhall-yaml-1.2.9.tar.gz b/dhall-yaml-1.2.9.tar.gz deleted file mode 100644 index 3c4600c..0000000 --- a/dhall-yaml-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8637b4e78b60a9318d17ffe99a45a9931886e0a4f5e99922d2b246187196c93e -size 20472 diff --git a/dhall-yaml.cabal b/dhall-yaml.cabal index 4b1fbf3..1e09830 100644 --- a/dhall-yaml.cabal +++ b/dhall-yaml.cabal @@ -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 , diff --git a/dhall-yaml.changes b/dhall-yaml.changes index 18d32b6..eb12a85 100644 --- a/dhall-yaml.changes +++ b/dhall-yaml.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jun 18 00:38:34 UTC 2022 - Peter Simons + +- 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 + +- 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 diff --git a/dhall-yaml.spec b/dhall-yaml.spec index 2a10e0e..54c87c8 100644 --- a/dhall-yaml.spec +++ b/dhall-yaml.spec @@ -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