commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-10-27 19:02:58 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3463 (New) Package is "ghc-dhall" Tue Oct 27 19:02:58 2020 rev:9 rq:844306 version:1.36.0 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-10-23 15:13:04.858097575 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3463/ghc-dhall.changes 2020-10-27 19:03:12.826929596 +0100 @@ -1,0 +2,18 @@ +Thu Oct 22 02:00:39 UTC 2020 - psim...@suse.com + +- Update dhall to version 1.36.0. + 1.36.0 + + * [Supports version 19.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v19.0.0) + * BREAKING CHANGE TO THE API: [Add `Text/replace` built-in](https://github.com/dhall-lang/dhall-haskell/pull/2063) + * [Implement `with` without syntactic sugar](https://github.com/dhall-lang/dhall-haskell/pull/2055) + * [`dhall lint` will now add a `.dhall` extension to all Prelude imports](https://github.com/dhall-lang/dhall-haskell/pull/2061) + * The old extension-free Prelude imports are deprecated + * [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2016) + * [Improve Template Haskell support for record constructors](https://github.com/dhall-lang/dhall-haskell/pull/2070) + * Fixes and improvements to code formatting + * [#2037](https://github.com/dhall-lang/dhall-haskell/pull/2037) + * [#2048](https://github.com/dhall-lang/dhall-haskell/pull/2048) + * [#2069](https://github.com/dhall-lang/dhall-haskell/pull/2069) + +--- Old: dhall-1.35.0.tar.gz dhall.cabal New: dhall-1.36.0.tar.gz Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.91P8d7/_old 2020-10-27 19:03:13.578930144 +0100 +++ /var/tmp/diff_new_pack.91P8d7/_new 2020-10-27 19:03:13.578930144 +0100 @@ -19,13 +19,12 @@ %global pkg_name dhall %bcond_with tests Name: ghc-%{pkg_name} -Version:1.35.0 +Version:1.36.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 BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel @@ -119,7 +118,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++ dhall-1.35.0.tar.gz -> dhall-1.36.0.tar.gz ++ 3171 lines of diff (skipped)
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-10-23 15:13:03 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3463 (New) Package is "ghc-dhall" Fri Oct 23 15:13:03 2020 rev:8 rq:842731 version:1.35.0 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-09-27 11:49:26.368021661 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3463/ghc-dhall.changes 2020-10-23 15:13:04.858097575 +0200 @@ -1,0 +2,6 @@ +Tue Oct 6 08:56:16 UTC 2020 - psim...@suse.com + +- Update dhall to version 1.35.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +--- Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.31VkGV/_old 2020-10-23 15:13:05.834098046 +0200 +++ /var/tmp/diff_new_pack.31VkGV/_new 2020-10-23 15:13:05.838098048 +0200 @@ -25,7 +25,7 @@ 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel ++ dhall.cabal ++ --- /var/tmp/diff_new_pack.31VkGV/_old 2020-10-23 15:13:05.890098073 +0200 +++ /var/tmp/diff_new_pack.31VkGV/_new 2020-10-23 15:13:05.894098075 +0200 @@ -1,6 +1,6 @@ Name: dhall Version: 1.35.0 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1 @@ -504,7 +504,7 @@ prettyprinter >= 1.5.1&& < 1.8 , prettyprinter-ansi-terminal >= 1.1.1&& < 1.2 , pretty-simple < 4.1 , -profunctors >= 3.1.2&& < 5.6 , +profunctors >= 3.1.2&& < 5.7 , repline >= 0.4.0.0 && < 0.5 , serialise >= 0.2.0.0 && < 0.3 , scientific >= 0.3.0.0 && < 0.4 ,
commit ghc-dhall for openSUSE:Factory
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 - psim...@suse.com + +- 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 - psim...@suse.com + +- 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-dev
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-09-15 16:20:50 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.4249 (New) Package is "ghc-dhall" Tue Sep 15 16:20:50 2020 rev:6 rq:833306 version:1.34.0 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-09-07 21:30:38.305250621 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.4249/ghc-dhall.changes 2020-09-15 16:20:57.506175627 +0200 @@ -1,0 +2,46 @@ +Tue Sep 8 10:06:28 UTC 2020 - psim...@suse.com + +- Update dhall to version 1.34.0 revision 2. + 1.34.0 + + * [Supports version 17.1.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v17.1.0) + * [Add support for trailing commas](https://github.com/dhall-lang/dhall-haskell/pull/1885) + * BREAKING CHANGE to the API: [Support prefix comments on record key-value pairs](https://github.com/dhall-lang/dhall-haskell/pull/1908) + * The Dhall AST (i.e. `Expr`) now preserves some comments for record types +and record literals + * The impact of this change is that you will need to add +`Dhall.Syntax.makeRecordField` or `Dhall.Syntax.recordFieldValue` in a few +places wherever your Haskell assembles or disassembles record expressions + * The motivation of this change is two-fold: + * To eventually enable `dhall-docs` support for rendering record +comments as documentation + * To eventually enable support for preserving record-related comments +when formatting Dhall code + * BUG FIX: [Fix `with` expressions to permit functions on their left-hand side](https://github.com/dhall-lang/dhall-haskell/pull/1897) + * This was a case of the Haskell implementation not being compliant with the +standard grammar + * [Drop support for GHC 8.2](https://github.com/dhall-lang/dhall-haskell/pull/1949) + * [Add a new `dhall rewrite-with-schemas` command](https://github.com/dhall-lang/dhall-haskell/pull/1902) + * You can now simplify a Dhall expression using a schema record (e.g. a +`./schemas.dhall` record that a package might provide) + * This simplification replaces large anonymous records with an +equivalent use of a record completion when possible + * [Add `--transitive` flag to `dhall {format,lint,freeze}](https://github.com/dhall-lang/dhall-haskell/pull/1880) + * This flag lets you format/lint/freeze a file and all of its transitive +dependencies that are reachable via relative file imports + * [Move `man/dhall.1` to `data-files`](https://github.com/dhall-lang/dhall-haskell/pull/1921) + * This ensures that Cabal will install `dhall`'s `man` pages in the +correct directory + * Performance improvements + * [#1879](https://github.com/dhall-lang/dhall-haskell/pull/1879) + * Standards compliance + * [#1953](https://github.com/dhall-lang/dhall-haskell/pull/1953) + * [#1954](https://github.com/dhall-lang/dhall-haskell/pull/1954) + * [#1956](https://github.com/dhall-lang/dhall-haskell/pull/1956) + * [#1957](https://github.com/dhall-lang/dhall-haskell/pull/1957) + * [#1958](https://github.com/dhall-lang/dhall-haskell/pull/1958) + * Fixes and improvements to haddocks + * [#1881](https://github.com/dhall-lang/dhall-haskell/pull/1881) + * [#1955](https://github.com/dhall-lang/dhall-haskell/pull/1955) + +--- Old: dhall-1.33.1.tar.gz New: dhall-1.34.0.tar.gz Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.djkgjo/_old 2020-09-15 16:20:58.594176669 +0200 +++ /var/tmp/diff_new_pack.djkgjo/_new 2020-09-15 16:20:58.598176672 +0200 @@ -19,7 +19,7 @@ %global pkg_name dhall %bcond_with tests Name: ghc-%{pkg_name} -Version:1.33.1 +Version:1.34.0 Release:0 Summary:A configuration language guaranteed to terminate License:BSD-3-Clause @@ -56,6 +56,7 @@ BuildRequires: ghc-lens-family-core-devel BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-memory-devel +BuildRequires: ghc-mmorph-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-uri-devel BuildRequires: ghc-optparse-applicative-devel @@ -119,9 +120,6 @@ %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver prettyprinter '< 1.7' '< 2' -cabal-tweak-dep-ver ansi-terminal '< 0.11' '< 1' -cabal-tweak-dep-ver optparse-applicative '< 0.16' '< 1' %build %ghc_lib_build @@ -142,6 +140,9 @@ %files -f %{name}.files %license LICENSE %{_bindir}
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-09-07 21:30:07 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399 (New) Package is "ghc-dhall" Mon Sep 7 21:30:07 2020 rev:5 rq:832267 version:1.33.1 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-08-28 21:29:31.656557501 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399/ghc-dhall.changes 2020-09-07 21:30:38.305250621 +0200 @@ -1,0 +2,6 @@ +Mon Aug 31 09:34:38 UTC 2020 - psim...@suse.com + +- Update dhall to version 1.33.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +--- Other differences: --
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-08-28 21:29:30 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399 (New) Package is "ghc-dhall" Fri Aug 28 21:29:30 2020 rev:4 rq:829250 version:1.33.1 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-08-18 12:25:09.731825361 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399/ghc-dhall.changes 2020-08-28 21:29:31.656557501 +0200 @@ -1,0 +2,15 @@ +Wed Aug 19 07:59:20 UTC 2020 - Michel Normand + +- Add _constraints with 6GB min disk space for ppc64/ppc64le + +--- +Tue Aug 18 10:44:38 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +--- +Tue Aug 18 09:43:56 UTC 2020 - Peter Simons + +- Tweak Cabal file to accept latest version of optparse-applicative. + +--- New: _constraints Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.o3KbA8/_old 2020-08-28 21:29:32.316557814 +0200 +++ /var/tmp/diff_new_pack.o3KbA8/_new 2020-08-28 21:29:32.320557816 +0200 @@ -117,10 +117,11 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal cabal-tweak-dep-ver prettyprinter '< 1.7' '< 2' cabal-tweak-dep-ver ansi-terminal '< 0.11' '< 1' +cabal-tweak-dep-ver optparse-applicative '< 0.16' '< 1' %build %ghc_lib_build ++ _constraints ++ ppc64 ppc64le 6
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-08-18 12:25:04 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399 (New) Package is "ghc-dhall" Tue Aug 18 12:25:04 2020 rev:3 rq:826252 version:1.33.1 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-08-10 14:56:54.471965954 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399/ghc-dhall.changes 2020-08-18 12:25:09.731825361 +0200 @@ -1,0 +2,5 @@ +Mon Aug 13 10:37:00 UTC 2020 - Peter Simons + +- Relax overspecified dependency on ansi-terminal. + +--- @@ -10 +14,0 @@ - Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.bVsyYv/_old 2020-08-18 12:25:11.587826136 +0200 +++ /var/tmp/diff_new_pack.bVsyYv/_new 2020-08-18 12:25:11.591826137 +0200 @@ -120,6 +120,7 @@ %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal cabal-tweak-dep-ver prettyprinter '< 1.7' '< 2' +cabal-tweak-dep-ver ansi-terminal '< 0.11' '< 1' %build %ghc_lib_build
commit ghc-dhall for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-dhall for openSUSE:Factory checked in at 2020-08-10 14:56:26 Comparing /work/SRC/openSUSE:Factory/ghc-dhall (Old) and /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399 (New) Package is "ghc-dhall" Mon Aug 10 14:56:26 2020 rev:2 rq:825257 version:1.33.1 Changes: --- /work/SRC/openSUSE:Factory/ghc-dhall/ghc-dhall.changes 2020-07-09 13:17:43.084956813 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dhall.new.3399/ghc-dhall.changes 2020-08-10 14:56:54.471965954 +0200 @@ -1,0 +2,5 @@ +Mon Aug 10 06:37:01 UTC 2020 - Ondřej Súkup + +- relax dependency constraints + +--- New: dhall.cabal Other differences: -- ++ ghc-dhall.spec ++ --- /var/tmp/diff_new_pack.aTNJSI/_old 2020-08-10 14:56:55.995966758 +0200 +++ /var/tmp/diff_new_pack.aTNJSI/_new 2020-08-10 14:56:55.66760 +0200 @@ -25,6 +25,7 @@ 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 BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Diff-devel @@ -117,6 +118,8 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal +cabal-tweak-dep-ver prettyprinter '< 1.7' '< 2' %build %ghc_lib_build ++ dhall.cabal ++ 709 lines (skipped)