highlighter2 0.2.3 → 0.2.4
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- highlighter2.cabal +4/−4
highlighter2.cabal view
@@ -1,5 +1,5 @@ name: highlighter2-version: 0.2.3+version: 0.2.4 synopsis: source code highlighting description: Processes source code using tons of lexers, tokenizing it and formatting it as e.g. HTML.@@ -7,8 +7,8 @@ Very similar to the Python Pygments library; many lexers directly converted from it. license: BSD3 license-file: LICENSE-author: Alex Suraci-maintainer: i.am@toogeneric.com+author: Alex Suraci, Smirnov Alexey+maintainer: chemistmail@gmail.com stability: Experimental category: Text@@ -182,4 +182,4 @@ source-repository head type: git branch: master- location: https://github.com:chemist/highlighter.git+ location: git@github.com:chemist/highlighter.git