osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doclayout revision:13, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doclayout?expand=0&rev=18
This commit is contained in:
Ondřej Súkup 2021-03-19 15:52:55 +00:00 committed by Git OBS Bridge
parent 4d4115a6c2
commit c32d1332d6
4 changed files with 26 additions and 5 deletions

3
doclayout-0.3.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78ac66b57a4c1c04393bf3745fb3e25bac644e1b25f4df4797b2d55cdc53d8c1
size 12140

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87aad514e631f2ccc4a496f3fa74a2beda5f9ad53b660d1033cd338904e6b6f2
size 11968

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name doclayout
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3
Version: 0.3.0.2
Release: 0
Summary: A prettyprinting library for laying out text documents
License: BSD-3-Clause