packages feed

skylighting 0.8.1.1 → 0.8.1.2

raw patch · 2 files changed

+12/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,16 @@ # Revision history for skylighting and skylighting-core +## 0.8.1.2 -- 2019-07-14++  * Fix HlCChar for one-character octal escapes like '\0' (#82).+    Due to a bug in pCStringChar, only multi-character octal+    escapes were being recognized. This affects not just C+    highlighting, but all of the following highlighters which+    use HlCChar: fasm eiffel pike objectivec ruby vhdl scala+    java jsp nasm protobuf pure go objectivecpp gnuassembler povray+    actionscript c cs opencl boo rhtml elixir.  This fixes a+    regression introduced in version 0.3.1.+ ## 0.8.1.1 -- 2019-06-13    * Improved LaTeX escaping (#78).
skylighting.cabal view
@@ -1,5 +1,5 @@ name:                skylighting-version:             0.8.1.1+version:             0.8.1.2 synopsis:            syntax highlighting library description:         Skylighting is a syntax highlighting library with                      support for over one hundred languages.  It derives