osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-commonmark revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=31
This commit is contained in:
parent
8ea68df558
commit
7f5461fa34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:745ade908c7cd8a61538d9c3e60363d5e1175fd7f544f557ff52517c8408d905
|
||||
size 102342
|
3
commonmark-0.2.4.tar.gz
Normal file
3
commonmark-0.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56
|
||||
size 102623
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 17:00:53 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark to version 0.2.4.
|
||||
## 0.2.4
|
||||
|
||||
* Do not parse hard line breaks in fenced codeblock info (#116,
|
||||
Michael Howell). This change makes commonmark-hs conform to the spec
|
||||
and behave like other implementations when an info string in a code
|
||||
block ends with a backslash.
|
||||
|
||||
* [API change] Commonmark.Inlines now exports `pEscapedSymbol`
|
||||
(#116, Michael Howell).
|
||||
|
||||
* Tokenize combining marks as WordChars not Symbol (#114).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 16:54:28 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.3
|
||||
Version: 0.2.4
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user