1
0

11 Commits

Author SHA256 Message Date
86982d9dfe Accepting request 1243517 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1243517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=45
2025-02-06 21:07:53 +00:00
3cb66df219 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting-core revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=100
2025-01-30 22:00:41 +00:00
5969060f9b Accepting request 1240770 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1240770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=44
2025-01-28 15:41:01 +00:00
159b2f7cc9 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting-core revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=98
2025-01-17 22:01:29 +00:00
9e48634e0d Accepting request 1233974 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=43
2025-01-05 14:29:16 +00:00
e76a4a25dd osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting-core revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=96
2024-12-25 22:00:53 +00:00
e4cc58c26b Accepting request 1231469 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=42
2024-12-20 22:10:54 +00:00
41c00c57c5 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting-core revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=94
2024-12-16 07:50:41 +00:00
5986ab06fb osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting-core revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=93
2024-12-10 11:25:56 +00:00
dfc56b2023 Accepting request 1218571 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=41
2024-10-28 14:19:15 +00:00
d5514ec220 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-skylighting-core revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=91
2024-10-26 13:48:29 +00:00
5 changed files with 259 additions and 5 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Wed Jan 29 19:29:41 UTC 2025 - Peter Simons <psimons@suse.com>
- Update skylighting-core to version 0.14.6 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Jan 7 23:19:41 UTC 2025 - Peter Simons <psimons@suse.com>
- Update skylighting-core to version 0.14.6.
## 0.14.6
* Export Skylighting.Format.Typst from Skylighting [API change] (#201).
Allow typst as an output format in the cli executable.
-------------------------------------------------------------------
Mon Dec 23 06:56:27 UTC 2024 - Peter Simons <psimons@suse.com>
- Update skylighting-core to version 0.14.5.
## 0.14.5
* Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
by orgmode).
* Update JSON syntax definition from upstream. (#203)
-------------------------------------------------------------------
Sun Dec 8 00:01:18 UTC 2024 - Peter Simons <psimons@suse.com>
- Update skylighting-core to version 0.14.4.
## 0.14.4
* Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).
-------------------------------------------------------------------
Tue Sep 10 03:17:27 UTC 2024 - Peter Simons <psimons@suse.com>
- Update skylighting-core to version 0.14.3.
## 0.14.3
* Add crystal, racket, zip syntax (#194).
-------------------------------------------------------------------
Mon Jun 24 06:07:51 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-skylighting-core
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.14.2
Version: 0.14.6
Release: 0
Summary: Syntax highlighting library
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-aeson-prof
@@ -118,6 +119,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36e3dd981bf0f7c0973c3bd85354ab4b97829d154e2a0aa0c9e926f2a7bc4649
size 876731

View File

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

208
skylighting-core.cabal Normal file
View File

@@ -0,0 +1,208 @@
name: skylighting-core
version: 0.14.6
x-revision: 1
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library.
It derives its tokenizers from XML syntax
definitions used by KDE's KSyntaxHighlighting
framework, so any syntax supported by that
framework can be added. An optional command-line
program is provided.
Skylighting is intended to be the successor to
highlighting-kate.
This package provides the core highlighting
functionality under a permissive license. It also
bundles XML parser definitions licensed under the
GPL.
homepage: https://github.com/jgm/skylighting
license: BSD3
license-file: LICENSE
author: John MacFarlane
maintainer: jgm@berkeley.edu
copyright: (C) 2016-2024 John MacFarlane
category: Text
build-type: Simple
extra-source-files: README.md
changelog.md
xml/*.xml
xml/*.xml.patch
test/default.theme
test/cases/abc.ada
test/cases/abc.agda
test/cases/abc.c
test/cases/abc.clojure
test/cases/abc.cpp
test/cases/abc.cs
test/cases/abc.d
test/cases/abc.fortran
test/cases/abc.go
test/cases/abc.haskell
test/cases/abc.java
test/cases/abc.javascript
test/cases/abc.julia
test/cases/abc.kotlin
test/cases/abc.lisp
test/cases/abc.matlab
test/cases/abc.ocaml
test/cases/abc.perl
test/cases/abc.php
test/cases/abc.prolog
test/cases/abc.python
test/cases/abc.r
test/cases/abc.ruby
test/cases/abc.scala
test/cases/abc.scheme
test/cases/abc.tcl
test/cases/archive.rhtml
test/cases/life.lua
test/cases/hk91.html
test/cases/if.cmake
test/cases/docbook.xml
test/cases/issue41.djangotemplate
test/expected/abc.ada.native
test/expected/abc.agda.native
test/expected/abc.c.native
test/expected/abc.clojure.native
test/expected/abc.cpp.native
test/expected/abc.cs.native
test/expected/abc.d.native
test/expected/abc.fortran.native
test/expected/abc.go.native
test/expected/abc.haskell.native
test/expected/abc.java.native
test/expected/abc.javascript.native
test/expected/abc.julia.native
test/expected/abc.kotlin.native
test/expected/abc.lisp.native
test/expected/abc.matlab.native
test/expected/abc.ocaml.native
test/expected/abc.perl.native
test/expected/abc.php.native
test/expected/abc.prolog.native
test/expected/abc.python.native
test/expected/abc.r.native
test/expected/abc.ruby.native
test/expected/abc.scala.native
test/expected/abc.scheme.native
test/expected/abc.tcl.native
test/expected/archive.rhtml.native
test/expected/life.lua.native
test/expected/hk91.html.native
test/expected/if.cmake.native
test/expected/issue41.djangotemplate.native
test/expected/docbook.xml.native
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/jgm/skylighting.git
library
exposed-modules: Skylighting.Core
Skylighting.Types
Skylighting.Regex
Skylighting.Parser
Skylighting.Styles
Skylighting.Loader
Skylighting.Tokenizer
other-modules: Regex.KDE
Regex.KDE.Regex
Regex.KDE.Compile
Regex.KDE.Match
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
mtl,
transformers,
text,
binary,
bytestring,
directory >= 1.2.5,
filepath,
aeson >= 1.0,
case-insensitive,
attoparsec,
utf8-string,
xml-conduit >= 1.9.1.3 && < 1.11,
safe,
base64-bytestring,
colour >= 2.0,
containers >= 0.6.0.1
hs-source-dirs: src
ghc-prof-options: -fprof-auto-exported
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
Flag executable
Description: Build skylighting-extract tool
Default: False
test-suite test-skylighting
type: exitcode-stdio-1.0
main-is: test-skylighting.hs
hs-source-dirs: test
build-depends: base >= 4.8 && < 5.0,
tasty,
tasty-golden,
tasty-hunit,
tasty-quickcheck,
QuickCheck,
containers,
Diff,
text,
pretty-show,
aeson >= 1.0,
bytestring,
directory,
filepath,
skylighting-core
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
benchmark benchmark-skylighting
Type: exitcode-stdio-1.0
Main-Is: benchmark.hs
Hs-Source-Dirs: benchmark
Build-Depends: skylighting-core,
base >= 4.8 && < 5,
filepath,
text,
containers,
criterion >= 1.0
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
Default-Language: Haskell2010
executable skylighting-extract
build-depends: base >= 4.8 && < 5.0,
skylighting-core,
filepath,
text,
binary,
containers,
directory
if flag(executable)
buildable: True
else
buildable: False
hs-source-dirs: bin
main-is: extract.hs
default-language: Haskell2010
other-extensions: CPP
ghc-options: -Wall
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths