Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2021-09-10 23:40:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-dhall" Fri Sep 10 23:40:55 2021 rev:19 rq:917349 version:1.40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2021-08-25 20:58:42.869121312 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.1899/ghc-dhall.changes 2021-09-10 23:41:05.506545371 +0200 @@ -1,0 +2,39 @@ +Wed Aug 25 10:25:59 UTC 2021 - [email protected] + +- Update dhall to version 1.40.1. + 1.40.1 + + * [BUG FIX: Fix equivalence check for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2291) + * This fixes a serious bug in the recently introduced support for temporal + literals where they would fail to type-check when given a correct type + annotation or when they were checked against an existing type + * For example, `00:00:00 : Time` was failing to type-check + +------------------------------------------------------------------- +Sun Aug 22 15:21:05 UTC 2021 - [email protected] + +- Update dhall to version 1.40.0. + 1.40.0 + + * [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0) + * The main thing that is missing is support for the `headers.dhall` file + * [BREAKING CHANGE TO THE LANGUAGE: Add support for `Date` / `Time` / `TimeZone` ](https://github.com/dhall-lang/dhall-haskell/pull/2247) + * This is a breaking change because `Date`, `Time`, and `TimeZone` are + now reserved identifiers + * [Improved fallback behavior for `?`](https://github.com/dhall-lang/dhall-haskell/pull/2203) + * [BREAKING CHANGE TO THE LANGUAGE: Require whitespace before `with`](https://github.com/dhall-lang/dhall-haskell/pull/2213) + * The parser now requires whitespace before the `with` keyword, which brings + the Haskell implementation into closer compliance with the standard + * In practice this is a technically breaking change which will not affect + most programs + * [New `FromDhall` instances for `Predicate`, `Equivalence`, and `Op`](https://github.com/dhall-lang/dhall-haskell/pull/2278) + * [`dhall lint` will now sort `let` bindings with imports](https://github.com/dhall-lang/dhall-haskell/pull/2205) + * `dhall lint` now reorders `let` bindings to move imports to the top so + long as doing so does not change the behavior of the program + * Fixes and improvements to code formatting + * [#2280](https://github.com/dhall-lang/dhall-haskell/pull/2280) + * Fixes and improvements to error messages + * [#2244](https://github.com/dhall-lang/dhall-haskell/pull/2244) + * [#2238](https://github.com/dhall-lang/dhall-haskell/pull/2238) + +------------------------------------------------------------------- Old: ---- dhall-1.39.0.tar.gz dhall.cabal New: ---- dhall-1.40.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dhall.spec ++++++ --- /var/tmp/diff_new_pack.6F8p82/_old 2021-09-10 23:41:05.970545865 +0200 +++ /var/tmp/diff_new_pack.6F8p82/_new 2021-09-10 23:41:05.974545869 +0200 @@ -19,13 +19,12 @@ %global pkg_name dhall %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.39.0 +Version: 1.40.1 Release: 0 Summary: A configuration language guaranteed to terminate License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel @@ -74,7 +73,7 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-text-manipulate-devel BuildRequires: ghc-th-lift-instances-devel -BuildRequires: ghc-transformers-compat-devel +BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-uri-encode-devel @@ -94,6 +93,7 @@ BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-quickcheck-devel BuildRequires: ghc-tasty-silver-devel +BuildRequires: ghc-temporary-devel BuildRequires: ghc-turtle-devel %endif @@ -120,8 +120,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver transformers-compat '< 0.7' '< 0.8' %build %ghc_lib_build ++++++ dhall-1.39.0.tar.gz -> dhall-1.40.1.tar.gz ++++++ ++++ 8493 lines of diff (skipped)
