skylighting 0.8.1.2 → 0.8.2
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~skylighting-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: skylighting-core
API changes (from Hackage documentation)
Files
- changelog.md +6/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,11 @@ # Revision history for skylighting and skylighting-core +## 0.8.2 -- 2019-07-14++ * Change matchRegex so it gives "no match" on a regex error+ instead of raising an exception. This seems to be how Kate+ works. Fixes an error on long integer literals (#81).+ ## 0.8.1.2 -- 2019-07-14 * Fix HlCChar for one-character octal escapes like '\0' (#82).
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.8.1.2+version: 0.8.2 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -183,7 +183,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.8 && < 5.0,- skylighting-core >= 0.8.1.1 && < 0.8.2,+ skylighting-core == 0.8.2, mtl, text, binary,