skylighting 0.7.6 → 0.7.7
raw patch · 3 files changed
+18/−6 lines, 3 filesdep ~skylighting-core
Dependency ranges changed: skylighting-core
Files
- README.md +12/−4
- changelog.md +4/−0
- skylighting.cabal +2/−2
README.md view
@@ -71,12 +71,20 @@ Using cabal: + cd skylighting-core cabal install -fexecutable- # or stack install --flag skylighting-core:executable- cd skylighting- skylighting-extract /path/to/skylighting-core/xml/*.xml+ cd ../skylighting+ skylighting-extract ../skylighting-core/xml/*.xml cabal install -fexecutable- # or stack install --flag skylighting:executable++Using stack:++ stack install --flag skylighting-core:executable skylighting-core+ cd skylighting+ skylighting-extract ../skylighting-core/xml/*.xml+ cd ..+ stack install --flag skylighting:executable+ Command-line tool -----------------
changelog.md view
@@ -1,5 +1,9 @@ # Revision history for skylighting +## 0.7.7 -- 2019-02-08++ * Depend on skylighting-core 0.7.7.x.+ ## 0.7.6 -- 2019-02-08 * Depend on skylighting-core 0.7.6.x.
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.7.6+version: 0.7.7 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -178,7 +178,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.8 && < 5.0,- skylighting-core >= 0.7.6 && < 0.7.7,+ skylighting-core >= 0.7.7 && < 0.7.8, mtl, text, binary,