packages feed

skylighting 0.4.3 → 0.4.3.1

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,10 @@ # Revision history for skylighting +## 0.4.3.1 -- 2017-11-03++  * Fixed typo in css (Artymort).+  * Fixed travis build times.+ ## 0.4.3 --- 2017-11-02    * `FormatOptions`: added `lineIdPrefix` (jgm/pandoc#4031).
skylighting.cabal view
@@ -1,5 +1,5 @@ name:                skylighting-version:             0.4.3+version:             0.4.3.1 synopsis:            syntax highlighting library description:         Skylighting is a syntax highlighting library with                      support for over one hundred languages.  It derives
src/Skylighting/Format/HTML.hs view
@@ -173,7 +173,7 @@           , "}"           ]          linkspec = [ "@media screen {"-          , "a.sourceLine::before { text-decoration: underline; color = initial; }"+          , "a.sourceLine::before { text-decoration: underline; color: initial; }"           , "}"           ]