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-02-16 22:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-dhall.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-dhall"

Tue Feb 16 22:37:22 2021 rev:12 rq:870454 version:1.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes      2021-01-08 
17:39:58.568992901 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.28504/ghc-dhall.changes   
2021-02-16 22:45:35.270353705 +0100
@@ -1,0 +2,25 @@
+Thu Jan 28 17:10:06 UTC 2021 - [email protected]
+
+- Update dhall to version 1.38.0 revision 1.
+  1.38.0
+
+  * [BREAKING CHANGE: Detect preferred character set from 
input](https://github.com/dhall-lang/dhall-haskell/pull/2108)
+      * `dhall format` will now preserve the character set of the formatted 
file
+        by default.  In other words, if the file uses ASCII punctuation then
+        `dhall format` will format the file using ASCII punctuation.
+      * If the file contains both ASCII and Unicode punctuation it will prefer
+        Unicode by default
+      * This is a breaking change because the `Lam` / `Pi` / `Combine` /
+        `CombineTypes`, and `Prefer` constructors now take an additional 
argument
+        to record which character set was used
+  * [BUG FIX: Fix CORS compliance 
check](https://github.com/dhall-lang/dhall-haskell/pull/2121)
+      * Previous versions were not correctly enforcing CORS compliance
+      * This implies that some imports that would have worked previously by
+        accident will now fail; specifically: an import from one domain
+        transitively importing something from another domain that has not opted
+        into CORS
+  * [Add `ToDhall (Fix f)` 
instance](https://github.com/dhall-lang/dhall-haskell/pull/2122)
+  * Fixes and improvements to error messages
+      * [#2130](https://github.com/dhall-lang/dhall-haskell/pull/2130)
+
+-------------------------------------------------------------------

Old:
----
  dhall-1.37.1.tar.gz

New:
----
  dhall-1.38.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-dhall.spec ++++++
--- /var/tmp/diff_new_pack.cwo5nr/_old  2021-02-16 22:45:36.218354952 +0100
+++ /var/tmp/diff_new_pack.cwo5nr/_new  2021-02-16 22:45:36.226354963 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-dhall
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name dhall
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.37.1
+Version:        1.38.0
 Release:        0
 Summary:        A configuration language guaranteed to terminate
 License:        BSD-3-Clause

++++++ dhall-1.37.1.tar.gz -> dhall-1.38.0.tar.gz ++++++
++++ 2107 lines of diff (skipped)

++++++ dhall.cabal ++++++
--- /var/tmp/diff_new_pack.cwo5nr/_old  2021-02-16 22:45:36.978355952 +0100
+++ /var/tmp/diff_new_pack.cwo5nr/_new  2021-02-16 22:45:36.978355952 +0100
@@ -1,5 +1,5 @@
 Name: dhall
-Version: 1.37.1
+Version: 1.38.0
 x-revision: 1
 Cabal-Version: >=1.10
 Build-Type: Simple
@@ -473,7 +473,7 @@
 Library
     Hs-Source-Dirs: src
     Build-Depends:
-        base                        >= 4.11.0.0 && < 5   ,
+        base                        >= 4.12.0.0 && < 5   ,
         aeson                       >= 1.0.0.0  && < 1.6 ,
         aeson-pretty                               < 0.9 ,
         ansi-terminal               >= 0.6.3.1  && < 0.12,

Reply via email to