skylighting 0.10.0.1 → 0.10.0.2
raw patch · 2 files changed
+7/−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 +5/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,10 @@ # Revision history for skylighting and skylighting-core +## 0.10.0.2++ * Improve DetectIdentifier to ensure that identifiers can't+ include non-ASCII characters.+ ## 0.10.0.1 * Fix identifier detection in non-ASCII context (#110).
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.10.0.1+version: 0.10.0.2 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -186,7 +186,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.8 && < 5.0,- skylighting-core == 0.10.0.1,+ skylighting-core == 0.10.0.2, bytestring, containers, binary