456ebc9bb6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doclayout?expand=0&rev=8
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 16 11:14:03 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Re-generate file with latest version of spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 27 16:05:39 UTC 2020 - psimons@suse.com
|
|
|
|
- Update doclayout to version 0.3.
|
|
## 0.3
|
|
|
|
* Add foldlChar to signature of HasChars [API change].
|
|
* Use foldlChar in realLength. This avoids a stack overflow
|
|
we were getting with long strings in the previous version
|
|
(with foldrChar). See jgm/pandoc#6031.
|
|
* Replace isBlank with isBreakable and improved startsWithBlank.
|
|
Previously isBlank was used in the layout algorithm where
|
|
what we really wanted was isBreakable.
|
|
* Avoid unnecessary calculation in updateColumns.
|
|
* Replace a right fold with a strict left fold.
|
|
* Add strictness annotations in realLength and updateColumn.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 21 19:56:58 UTC 2019 - psimons@suse.com
|
|
|
|
- Add doclayout at version 0.2.0.1.
|
|
|