Accepting request 880704 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/880704 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-doclayout?expand=0&rev=6
This commit is contained in:
commit
955157e46b
3
doclayout-0.3.0.2.tar.gz
Normal file
3
doclayout-0.3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78ac66b57a4c1c04393bf3745fb3e25bac644e1b25f4df4797b2d55cdc53d8c1
|
||||||
|
size 12140
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87aad514e631f2ccc4a496f3fa74a2beda5f9ad53b660d1033cd338904e6b6f2
|
|
||||||
size 11968
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 16 09:55:00 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update doclayout to version 0.3.0.2.
|
||||||
|
## 0.3.0.2
|
||||||
|
|
||||||
|
* NOINLINE `literal` instead of `fromString` (#2, sjakobi).
|
||||||
|
This produces a further reduction in allocations and
|
||||||
|
pandoc compile time.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 14 23:18:20 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update doclayout to version 0.3.0.1.
|
||||||
|
## 0.3.0.1
|
||||||
|
|
||||||
|
* NOINLINE `fromString` (#1).
|
||||||
|
@sjakobi reports that this change reduced total allocations
|
||||||
|
for building pandoc-2.12 with GHC 8.10.4 by 8.5% and reduced
|
||||||
|
peak allocations are reduced from 3854MB to 3389MB.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
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-doclayout
|
# spec file for package ghc-doclayout
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name doclayout
|
%global pkg_name doclayout
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3
|
Version: 0.3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A prettyprinting library for laying out text documents
|
Summary: A prettyprinting library for laying out text documents
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user