forked from pool/ghc-doctemplates
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doctemplates revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doctemplates?expand=0&rev=40
This commit is contained in:
parent
2cbd0eca77
commit
0189dc6196
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f463b2309e19918a58b1e53740bee4b98ab274549e49e4455dce824b49adbe93
|
||||
size 26780
|
3
doctemplates-0.8.3.tar.gz
Normal file
3
doctemplates-0.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edbafd7e94da3cba39e79ba1596c2e8efb745bea0792b0e7c756fbe08467ff5f
|
||||
size 27191
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 08:09:40 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update doctemplates to version 0.8.3.
|
||||
## 0.8.3
|
||||
|
||||
* Properly handle nested loops (#15). Previously "it" was
|
||||
always used for the variable in a loop, and in a nested loop
|
||||
there was no way to distinguish the value of the inner
|
||||
iteration from the value of the outer one. Now we assign
|
||||
the iterated value to both "it" and to the original variable
|
||||
name (e.g. "foo.bar"). This probably has a small negative
|
||||
performance impact. Note that this change also affects
|
||||
the output of the template parser: original variable
|
||||
names are now retained instead of being replaced by "it".
|
||||
|
||||
* Remove duplicate IsString constraint (#14, Mario Lang).
|
||||
|
||||
* Update haddocks from README (#10).
|
||||
|
||||
* Minor code clean-ups (#7, favonia).
|
||||
|
||||
* Add hsyaml >= 0.2 constraint (#6).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:41 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name doctemplates
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.2
|
||||
Version: 0.8.3
|
||||
Release: 0
|
||||
Summary: Pandoc-style document templates
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user