From 8612fe15d887c8859ab7a92c27d35e61688f2311a39f3521e27b9298dc109923 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Feb 2022 13:44:52 +0000 Subject: [PATCH] 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 --- dhall-yaml-1.2.8.tar.gz | 3 --- dhall-yaml-1.2.9.tar.gz | 3 +++ dhall-yaml.cabal | 12 ++++++------ dhall-yaml.changes | 8 ++++++++ dhall-yaml.spec | 6 +++--- 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 dhall-yaml-1.2.8.tar.gz create mode 100644 dhall-yaml-1.2.9.tar.gz diff --git a/dhall-yaml-1.2.8.tar.gz b/dhall-yaml-1.2.8.tar.gz deleted file mode 100644 index e97bf85..0000000 --- a/dhall-yaml-1.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5359f4d4e0f8aa96ef5d6788e33654a508b6c38130d4034b146eacc89737e6dc -size 20455 diff --git a/dhall-yaml-1.2.9.tar.gz b/dhall-yaml-1.2.9.tar.gz new file mode 100644 index 0000000..3c4600c --- /dev/null +++ b/dhall-yaml-1.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8637b4e78b60a9318d17ffe99a45a9931886e0a4f5e99922d2b246187196c93e +size 20472 diff --git a/dhall-yaml.cabal b/dhall-yaml.cabal index bb9b18e..4b1fbf3 100644 --- a/dhall-yaml.cabal +++ b/dhall-yaml.cabal @@ -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 diff --git a/dhall-yaml.changes b/dhall-yaml.changes index e528f47..5956a17 100644 --- a/dhall-yaml.changes +++ b/dhall-yaml.changes @@ -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 diff --git a/dhall-yaml.spec b/dhall-yaml.spec index 0917bbd..2a10e0e 100644 --- a/dhall-yaml.spec +++ b/dhall-yaml.spec @@ -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