1
0

Accepting request 1184200 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1184200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2024-07-02 16:16:23 +00:00 committed by Git OBS Bridge
commit 56affa19dd
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
- Update skylighting 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:19:08 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name skylighting
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.14.1.2
Version: 0.14.2
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later

View File

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

View File

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