osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-commonmark-extensions revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=30
This commit is contained in:
parent
e70d1e26b7
commit
0977622a39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36757b95cca25b51bb81df41ba656a4e9671f49e7b44e26bdffcdfb8a8183ffb
|
||||
size 39738
|
3
commonmark-extensions-0.2.5.1.tar.gz
Normal file
3
commonmark-extensions-0.2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79b56c806f1a082db882008edea5d0e7835a1065a6fad0a3423d6d7248f1f1c
|
||||
size 43676
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 17:29:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark-extensions to version 0.2.5.1.
|
||||
## 0.2.5.1
|
||||
|
||||
* Add `test/alerts.md` to extra-source-files in cabal file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 19:49:59 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark-extensions to version 0.2.5.
|
||||
## 0.2.5
|
||||
|
||||
* Add support for alerts extension, supporting GitHub-style alerts (#132).
|
||||
<https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts>
|
||||
New module Commonmark.Extensions.Alerts [API change].
|
||||
|
||||
* Do not accept footnote labels with line breaks (Michael Howell).
|
||||
|
||||
* Parse `[^ ]` and `[^]` as links (Michael Howell). This is consistent with
|
||||
most other CommonMark parsers, even when they have support for footnotes turned on.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 17:34:06 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.4
|
||||
Version: 0.2.5.1
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user