Accepting request 881551 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/881551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=22
This commit is contained in:
Richard Brown 2021-03-28 09:56:16 +00:00 committed by Git OBS Bridge
commit a13b2c5de4
4 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Mar 23 08:32:33 UTC 2021 - psimons@suse.com
- Update skylighting-core to version 0.10.5.1.
## 0.10.5.1
* Regex: Allow lookaheads to capture groups. Previously
captures in lookaheads, like `(?=(a*))`, were ignored. This
led to errors highlighting xml and probably other formats (#121).
* Throw an exception if a capture group isn't defined (with 'dynamic')
rather than simply having getCapture fail so that the rule fails.
This will make it easier to debug issues like #121.
-------------------------------------------------------------------
Mon Mar 22 08:42:05 UTC 2021 - psimons@suse.com
- Update skylighting-core to version 0.10.5.
## 0.10.5
* Fix regression from 0.10.3 with Haskell highlighting of Char (#120).
* Update xml syntax definitions from upstream. Updated
syntaxes: abc apache asp bash bibtex boo c changelog clojure
cmake commonlisp cs curry d diff djangotemplate doxygen
elixir elm email erlang fortran-fixed fortran-free fsharp
hamlet haskell haxe html idris ini javascript-react
javascript json julia kotlin latex lex lilypond
literate-curry literate-haskell makefile markdown
mathematica maxima mediawiki metafont modula-2 mustache nasm
nim noweb ocaml octave opencl perl powershell prolog pure
python r roff ruby rust sed spdx-comments sql-mysql
sql-postgresql tcl tcsh toml typescript verilog xml xslt xul
yacc yaml. Not updated: rhtml (causes an error on our test
suite), zsh (has a regex we can't parse).
-------------------------------------------------------------------
Sun Mar 14 22:46:44 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name skylighting-core
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.10.4.1
Version: 0.10.5.1
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:e3eca72451953bf7596c772a577a1652dc388b14da192902216293e87be4f61e
size 711627

View File

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