forked from pool/ghc-skylighting-core
Accepting request 1184201 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1184201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=40
This commit is contained in:
commit
e51aa9d1c3
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 06:07:51 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting-core to version 0.14.2.
|
||||
## 0.14.2
|
||||
|
||||
* Add `loadValidSyntaxesFromDir` (Kevin Quick) [API change].
|
||||
The `loadSyntaxesFromDir` function is an all-or-nothing function:
|
||||
a single invalid file results in a error and *no* loaded syntaxes.
|
||||
This adds the `loadValidSyntaxesFromDir`, which is resilient
|
||||
against individual syntax file load failures. It returns a map
|
||||
of the failure messages, and the SyntaxMap that is created from
|
||||
all the successful parsing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 06:18:22 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.14.1.2
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e532fc3bdafb155117df9a4dc37ca7115b31bba9783f84eff60b8ce12395c18f
|
||||
size 876577
|
3
skylighting-core-0.14.2.tar.gz
Normal file
3
skylighting-core-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36e3dd981bf0f7c0973c3bd85354ab4b97829d154e2a0aa0c9e926f2a7bc4649
|
||||
size 876731
|
Loading…
Reference in New Issue
Block a user