Accepting request 1157239 from devel:languages:haskell

Update Haskell ecosystem to GHC version 9.8.2.

OBS-URL: https://build.opensuse.org/request/show/1157239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark-extensions?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:13:58 +00:00 committed by Git OBS Bridge
commit fe145937af
4 changed files with 42 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f79b56c806f1a082db882008edea5d0e7835a1065a6fad0a3423d6d7248f1f1c
size 43676

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35fae084a1a94b231428d224b5fef1a8af89f16d5ec01b9015dc7862bd918908
size 45115

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Mar 11 18:04:35 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.4.
## 0.2.5.4
* Fix autolink parsing regression (#151). This affects autolinks with
doubled internal line-ending punctuation characters.
-------------------------------------------------------------------
Wed Feb 28 05:53:52 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.3.
## 0.2.5.3
* Fix rebase_relative_paths extension so it works with URLs with
non-ASCII characters (#148). Previously these would not be properly
detected as absolute URIs.
-------------------------------------------------------------------
Thu Feb 15 04:42:30 UTC 2024 - Peter Simons <psimons@suse.com>
- Update commonmark-extensions to version 0.2.5.2.
## 0.2.5.2
* Improve autolinks extension (#147).
The autolinks extension was interacting badly with explicit links,
To fix this we had to make autolink parsing a bit stricter than
the GFM spec does. They allow unbalanced `)` except at the end
of a URL (which is defined as: followed by optional final punctuation
then whitespace or eof). With this change, we don't allow unbalanced
`)` at all in raw URLs. This should not be a big problem in practice.
* Protect against quadratic generated table size explosion (Michael Howell).
This commit adds a limit to the number of auto-completed cells
around 200,000. The result is, in these original samples:
-------------------------------------------------------------------
Tue Dec 12 17:29:01 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark-extensions
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.5.1
Version: 0.2.5.4
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause