osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-skylighting revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=92
This commit is contained in:
parent
fdd68205e8
commit
f2dc3119d0
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 05:49:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting 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:04:23 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name skylighting
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.3
|
||||
Version: 0.13.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:b25c63cf342aff3c00742e08f4c80d641ebe5fd20eb7a4970450b8e0576e9b95
|
||||
size 1367538
|
3
skylighting-0.13.4.tar.gz
Normal file
3
skylighting-0.13.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95ec8792a1c2de1c204f9c10de14c21cb4de1ce250e7156157eccb788a6a6427
|
||||
size 1374534
|
Loading…
Reference in New Issue
Block a user