osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-formatting revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-formatting?expand=0&rev=7
This commit is contained in:
parent
8ff15dc13d
commit
5228b90a87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5767b214bdbfa078fd44378409451bfd40549d644f9bd93bca791b3245f378a9
|
||||
size 31904
|
3
formatting-7.1.2.tar.gz
Normal file
3
formatting-7.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eb9c123ecabb091748d39991c78786b415f225ea9515f1e0a0e2ac4f8604d8f
|
||||
size 32306
|
@ -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 <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
<https://github.com/AJChapman/formatting/blob/master/README.md> for more info.
|
||||
See the README at <https://github.com/AJChapman/formatting#readme> for more
|
||||
info.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
|
Loading…
Reference in New Issue
Block a user