ghc-doctemplates/ghc-doctemplates.changes

116 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Thu Dec 17 10:46:40 UTC 2020 - psimons@suse.com
- Update doctemplates to version 0.9.
## 0.9
* Add BoolVal constructor to Val. This gives a smoother
interface with JSON and YAML. [API change]
* Remove overlapping instances by generalizing
`ToContext String String` and `FromContext String String`
to `TemplateTarget [a] => ToContext [a] [a]` and
`TemplateTarget [a] => FromContext [a] [a]`.
Remove the instance `ToContext String (Doc String)`.
Remove redundant constraints. (#9, favonia) [API change]
-------------------------------------------------------------------
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>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:03 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Wed May 6 06:54:10 UTC 2020 - psimons@suse.com
- Update doctemplates to version 0.8.2.
## 0.8.2
* Add filters: first, rest, last, allbutlast.
* New constructors for Filter: FirstItem, LastItem, Rest, AllButLast
[API change].
-------------------------------------------------------------------
Thu Feb 27 16:05:49 UTC 2020 - psimons@suse.com
- Update doctemplates to version 0.8.1.
## 0.8.1
* Depend on doclayout 0.3, which adds an additional method
on the HasChars class. This fixes some stack overflows
in rendering very long lines.
-------------------------------------------------------------------
Mon Dec 23 17:45:39 UTC 2019 - psimons@suse.com
- Update doctemplates to version 0.8.
Upstream added a new change log file in this release. With no
previous version to compare against, the automatic updater cannot
reliable determine the relevante entries for this release.
-------------------------------------------------------------------
Fri Nov 8 16:13:38 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Sat Oct 20 11:31:27 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Wed Jul 18 14:26:22 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update doctemplates to version 0.2.2.1.
Upstream does not provide a changelog.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Sun Feb 12 10:07:38 UTC 2017 - psimons@suse.com
- Update to version 0.1.0.2 with cabal2obs.