diff --git a/formatting-7.1.1.tar.gz b/formatting-7.1.1.tar.gz deleted file mode 100644 index 1d0d613..0000000 --- a/formatting-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5767b214bdbfa078fd44378409451bfd40549d644f9bd93bca791b3245f378a9 -size 31904 diff --git a/formatting-7.1.2.tar.gz b/formatting-7.1.2.tar.gz new file mode 100644 index 0000000..f031e7f --- /dev/null +++ b/formatting-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb9c123ecabb091748d39991c78786b415f225ea9515f1e0a0e2ac4f8604d8f +size 32306 diff --git a/ghc-formatting.changes b/ghc-formatting.changes index 5c7bc56..69eb4e8 100644 --- a/ghc-formatting.changes +++ b/ghc-formatting.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 5 14:46:17 UTC 2021 - psimons@suse.com + +- Update formatting to version 7.1.2. + 7.1.2 + + * Removed direct dependency on integer-gmp, instead using very similar code from the `text` package. This changed the implementation of `build` for `Integer`, which results in better performance in some cases, and no performance degradation. See the benchmarking reports in bench/reports for more details. + * formatting now compiles on GHCJS (due to the change above). + * Added some benchmarking, starting based on code from the `string-interpolate` package. + * Added INLINE pragmas to many very short functions. Results in better performance in the benchmarks. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-formatting.spec b/ghc-formatting.spec index 8dc2f0d..2bb0a40 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-formatting # -# 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 formatting %bcond_with tests Name: ghc-%{pkg_name} -Version: 7.1.1 +Version: 7.1.2 Release: 0 Summary: Combinator-based type-safe formatting (like printf() or FORMAT) License: BSD-3-Clause @@ -43,8 +43,8 @@ BuildRequires: ghc-hspec-devel Combinator-based type-safe formatting (like printf() or FORMAT), modelled from the HoleyMonoids package. -See the README at - for more info. +See the README at for more +info. %package devel Summary: Haskell %{pkg_name} library development files