skylighting 0.10 → 0.10.0.1
raw patch · 2 files changed
+6/−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 +4/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,9 @@ # Revision history for skylighting and skylighting-core +## 0.10.0.1++ * Fix identifier detection in non-ASCII context (#110).+ ## 0.10 * Add instructions for submitting patches upstream to KDE (#106).
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.10+version: 0.10.0.1 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,+ skylighting-core == 0.10.0.1, bytestring, containers, binary