forked from pool/ghc-commonmark
Accepting request 1157238 from devel:languages:haskell
Update Haskell ecosystem to GHC version 9.8.2. OBS-URL: https://build.opensuse.org/request/show/1157238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=17
This commit is contained in:
commit
6d197b454d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a08fee10681a4bd2c8b0ce1ae80373a0a503a2affb20fcda78f4ec52edff6bf
|
|
||||||
size 103793
|
|
3
commonmark-0.2.6.tar.gz
Normal file
3
commonmark-0.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7e66ce4ecf187c2d7245988c99ac727904f58bca6a89b688d67b385e99e1c4c
|
||||||
|
size 104222
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 18:04:00 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update commonmark to version 0.2.6.
|
||||||
|
## 0.2.6
|
||||||
|
|
||||||
|
* Make list tightness match the reference implementation closer (#150,
|
||||||
|
Michael Howell). This solves the problem where blank lines in the middle
|
||||||
|
of a list are attributed to the list itself instead of the item, making its
|
||||||
|
parent list become spuriously loose.
|
||||||
|
|
||||||
|
* Fix bug with entities inside link destinations (#149).
|
||||||
|
The bug affects cases like this: `[link](\!)`; the backslash
|
||||||
|
escape was being ignored here.
|
||||||
|
|
||||||
|
* Commonmark.Entity: export `pEntity` [API change].
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 04:42:01 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update commonmark to version 0.2.5.1.
|
||||||
|
## 0.2.5.1
|
||||||
|
|
||||||
|
* Replace `source` with `search` in list of block tags.
|
||||||
|
This is a spec 0.31 change that was forgotten in the last release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 00:51:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
Mon Jan 29 00:51:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.5
|
Version: 0.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Haskell commonmark parser
|
Summary: Pure Haskell commonmark parser
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user