1
0

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:
Ana Guerrero 2024-07-02 16:16:24 +00:00 committed by Git OBS Bridge
commit e51aa9d1c3
4 changed files with 18 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

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

View File

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