Hello community,

here is the log from the commit of package ghc-dhall for openSUSE:Factory 
checked in at 2020-09-27 11:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-dhall.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-dhall"

Sun Sep 27 11:49:22 2020 rev:7 rq:836317 version:1.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes      2020-09-15 
16:20:57.506175627 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.4249/ghc-dhall.changes    
2020-09-27 11:49:26.368021661 +0200
@@ -1,0 +2,51 @@
+Wed Sep 16 12:53:49 UTC 2020 - [email protected]
+
+- Update dhall to version 1.35.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Sat Sep 12 16:18:00 UTC 2020 - [email protected]
+
+- Update dhall to version 1.35.0.
+  1.35.0
+
+  * [Supports version 18.0.0 of the 
standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v18.0.0)
+      * [Implement more efficient `with` 
desugaring](https://github.com/dhall-lang/dhall-haskell/pull/1993)
+          * Chained `with` expressions will now be much more efficient
+  * [BREAKING CHANGE TO THE API: Preserve whitespace for `Lam` 
constructor](https://github.com/dhall-lang/dhall-haskell/pull/1980)
+      * This change extends the `Lam` constructor to preserve whitespace around
+        the variable binding
+      * The motivation for this change is to enable `dhall-docs` to support
+        jumping to definitions
+      * You can replace your existing `Lam` constructors with
+        `Dhall.Core.makeFunctionBinding`
+  * [BREAKING CHANGE TO THE API: Preserve whitespace for `Field` 
constructors](https://github.com/dhall-lang/dhall-haskell/pull/1991)
+      * This change extends the `Field` constructor to preserve whitespace 
around
+        the selected field
+      * The motivation for this change is to enable `dhall-docs` to support
+        jumping to definitions
+      * You can use `Dhall.Core.makeFieldSelection` and
+        `Dhall.Core.fieldSelectionLabel` to convert between the detailed and 
the
+        simple representation of the selected field.
+  * [Add `FromDhall` instances for 
`{Int,Word}{,8,16,32,64}`](https://github.com/dhall-lang/dhall-haskell/pull/2012)
+  * [Add `--output` option for `dhall text` 
subcommand](https://github.com/dhall-lang/dhall-haskell/pull/1974)
+  * [Add 
`Dhall.Crypto.toString`](https://github.com/dhall-lang/dhall-haskell/pull/1976)
+  * [Make the HTTP `Manager` 
configurable](https://github.com/dhall-lang/dhall-haskell/pull/2027)
+      * Several import-related functions now provide an alternative variants 
that
+        allows the user to supply a custom `Manager`
+      * You can use this to tweak HTTP request timeouts or use a different TLS
+        manager (e.g. one from `http-client-openssl`)
+  * Fixes and improvements to code formatting
+      * [#2000](https://github.com/dhall-lang/dhall-haskell/pull/2000)
+      * [#2021](https://github.com/dhall-lang/dhall-haskell/pull/2021)
+
+        The formatter now preserves comments for record fields (both record 
types
+        and record literals)
+  * Fixes and improvements to documentation
+      * [#2011](https://github.com/dhall-lang/dhall-haskell/pull/2011)
+      * [#2013](https://github.com/dhall-lang/dhall-haskell/pull/2013)
+      * [#2014](https://github.com/dhall-lang/dhall-haskell/pull/2014)
+  * Fixes and improvements to test suite
+      * [#2020](https://github.com/dhall-lang/dhall-haskell/pull/2020)
+
+-------------------------------------------------------------------

Old:
----
  dhall-1.34.0.tar.gz

New:
----
  dhall-1.35.0.tar.gz

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

Other differences:
------------------
++++++ ghc-dhall.spec ++++++
--- /var/tmp/diff_new_pack.Wub5uX/_old  2020-09-27 11:49:27.080022428 +0200
+++ /var/tmp/diff_new_pack.Wub5uX/_new  2020-09-27 11:49:27.080022428 +0200
@@ -19,13 +19,13 @@
 %global pkg_name dhall
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.34.0
+Version:        1.35.0
 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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-Diff-devel
@@ -86,13 +86,13 @@
 BuildRequires:  ghc-generic-random-devel
 BuildRequires:  ghc-mockery-devel
 BuildRequires:  ghc-quickcheck-instances-devel
-BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-special-values-devel
 BuildRequires:  ghc-spoon-devel
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-expected-failure-devel
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
+BuildRequires:  ghc-tasty-silver-devel
 BuildRequires:  ghc-turtle-devel
 %endif
 

++++++ dhall-1.34.0.tar.gz -> dhall-1.35.0.tar.gz ++++++
++++ 6267 lines of diff (skipped)

++++++ dhall.cabal ++++++
++++ 1460 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/ghc-dhall/dhall.cabal
++++ and /work/SRC/openSUSE:Factory/.ghc-dhall.new.4249/dhall.cabal


Reply via email to