-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: skylighting-core | ||
version: 0.14.1.2 | ||
version: 0.14.2 | ||
synopsis: syntax highlighting library | ||
description: Skylighting is a syntax highlighting library. | ||
It derives its tokenizers from XML syntax | ||
|
@@ -21,7 +21,7 @@ license: BSD3 | |
license-file: LICENSE | ||
author: John MacFarlane | ||
maintainer: [email protected] | ||
copyright: (C) 2016-2018 John MacFarlane | ||
copyright: (C) 2016-2024 John MacFarlane | ||
category: Text | ||
build-type: Simple | ||
extra-source-files: README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: skylighting | ||
version: 0.14.1.2 | ||
version: 0.14.2 | ||
synopsis: syntax highlighting library | ||
description: Skylighting is a syntax highlighting library with | ||
support for over one hundred languages. It derives | ||
|
@@ -21,7 +21,7 @@ license: GPL-2 | |
license-file: LICENSE | ||
author: John MacFarlane | ||
maintainer: [email protected] | ||
copyright: (C) 2016 John MacFarlane | ||
copyright: (C) 2016-2024 John MacFarlane | ||
category: Text | ||
build-type: Simple | ||
extra-doc-files: README.md | ||
|
@@ -205,7 +205,7 @@ library | |
Skylighting.Syntax.Zsh | ||
other-extensions: CPP | ||
build-depends: base >= 4.8 && < 5.0, | ||
skylighting-core == 0.14.1.2, | ||
skylighting-core == 0.14.2, | ||
skylighting-format-ansi >= 0.1 && < 0.2, | ||
skylighting-format-context >= 0.1 && < 0.2, | ||
skylighting-format-latex >= 0.1 && < 0.2, | ||
|