From b0864b10166ea2ba17ea134e66551259ba6746ea Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Tue, 18 Feb 2020 14:55:47 +0000 Subject: [PATCH] bump to dhall version 1.30.0 --- dhall.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dhall.spec b/dhall.spec index 9334d62..fcc181e 100644 --- a/dhall.spec +++ b/dhall.spec @@ -1,9 +1,9 @@ # generated by cabal-rpm-2.0.2 --standalone --stream hackage # https://fedoraproject.org/wiki/Packaging:Haskell -%global dhall_ver 1.29.0 -%global dhall_json_ver 1.6.1 -%global dhall_yaml_ver 1.0.1 +%global dhall_ver 1.30.0 +%global dhall_json_ver 1.6.2 +%global dhall_yaml_ver 1.0.2 %global ghc_without_dynamic 1 %global ghc_without_shared 1 @@ -21,7 +21,7 @@ Name: dhall Version: %{dhall_ver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A configuration language guaranteed to terminate License: BSD @@ -249,6 +249,9 @@ rm -r .cabal-sandbox/share/doc/*/dhall-json-%{dhall_json_ver} %changelog +* Tue Feb 18 2020 Tristan Cacqueray - 1.30.0-1 +- bump to dhall version 1.30.0 + * Sat Feb 8 2020 Jens Petersen - 1.29.0-2 - update deps and add dhall-yaml