forked from pool/ghc-skylighting
Accepting request 877986 from devel:languages:haskell
automated update for haskell stack OBS-URL: https://build.opensuse.org/request/show/877986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=22
This commit is contained in:
commit
452294bb57
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 09:32:51 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting to version 0.10.4.
|
||||
## 0.10.4
|
||||
|
||||
* Move from hxt to xml-conduit for XML parsing.
|
||||
|
||||
This gives about a 4X speedup in parsing syntax definitions.
|
||||
It also reduces the pandoc build dependency footprint, as we
|
||||
depend on xml-conduit anyway and now no longer need to compile
|
||||
HXT and its dependencies.
|
||||
|
||||
There are improvements in accuracy as well: the change to
|
||||
xml-conduit improved parsing for one of the prolog rules;
|
||||
a matcher that should have been for tab characters had been set for a
|
||||
space instead.
|
||||
|
||||
* Removed some unnecessary build-depends in skylighting-extract.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 20:58:42 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting to version 0.10.3.
|
||||
## 0.10.3
|
||||
|
||||
* Add support for raku (#114).
|
||||
|
||||
* Reimplement PR #40 and add haskell.xml.patch (#116).
|
||||
|
||||
* Update syntax definitions: actionscript ada asp awk bash
|
||||
bibtex boo c cmake cpp cs d elm email fasm fsharp glsl
|
||||
gnuassembler go haskell haskell idris isocpp
|
||||
javascript julia latex lilypond makefile mediawiki metafont
|
||||
mustache objectivec objectivecpp octave opencl perl php
|
||||
php powershell prolog purebasic raku rest ruby sed
|
||||
spdx-comments sql-mysql sql-postgresql sql typescript
|
||||
verilog vhdl.
|
||||
|
||||
* Fix php.xml.patch so it applies again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 09:17:59 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-skylighting
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.2
|
||||
Version: 0.10.4
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ddf83cde5e6ac0ec8f91aa5042cb341eba994fa121674b24342a186b275c0b8
|
||||
size 633776
|
3
skylighting-0.10.4.tar.gz
Normal file
3
skylighting-0.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:527c6f41593e36ee6c5a395f85cbdfd78242e527dee3dc5c462793702acdf614
|
||||
size 649036
|
Loading…
Reference in New Issue
Block a user