skylighting 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~skylighting-core
Dependency ranges changed: skylighting-core
Files
- changelog.md +4/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,9 @@ # Revision history for skylighting +## 0.7.0.2 -- 2018-03-06++ * Require skylighting-core >= 0.7.0.2.+ ## 0.7.0.1 -- 2018-03-03 * Updated changelog.md.
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.7.0.1+version: 0.7.0.2 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -172,7 +172,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.7 && < 5.0,- skylighting-core,+ skylighting-core >= 0.7.0.2, mtl, text, binary,