forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-skylighting-core revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=77
This commit is contained in:
parent
bc658da6fb
commit
91eea37769
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 05:49:20 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting-core to version 0.13.4.
|
||||
## 0.13.4
|
||||
|
||||
* Add `dosbat` syntax (MS DOS batch file) (#169).
|
||||
|
||||
* Derive `Bounded` Instance for `TokenType` (#168, Pavan Pikhi).
|
||||
Add `Bounded` to the derived instances for the `TokenType` type. This
|
||||
allows consumers to use `[minBound .. maxBound]` to generate a list of
|
||||
all token types when writing a `Style`.
|
||||
|
||||
* Require xml-conduit >= 1.9.1.3. This fixes a bug that prevents
|
||||
parsing certain DOCTYPE declarations, e.g. in `agda.xml`.
|
||||
|
||||
* Updated `cmake` syntax definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:03:58 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.3
|
||||
Version: 0.13.4
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c6d0fae4aaa80f4dfca2b516ad8a864a6e8b5be7fdba039bd6fb00cb68c63d5
|
||||
size 854171
|
3
skylighting-core-0.13.4.tar.gz
Normal file
3
skylighting-core-0.13.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce7b899b020270d74bad6e2c763ad274627ab15eff7c0709f994c7839d303b59
|
||||
size 858475
|
Loading…
Reference in New Issue
Block a user