highlighting-kate 0.5.6 → 0.5.6.1
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~blaze-html
Dependency ranges changed: blaze-html
Files
- changelog +12/−0
- highlighting-kate.cabal +3/−3
changelog view
@@ -1,3 +1,15 @@+highlighting-kate 0.5.6.1 (27 Jan 2014)++ * Allow blaze-html 0.7.++highlighting-kate 0.5.6 (07 Jan 2014)++ * Added restructuredtext.+ * Updated rust syntax definition.+ * Changed lua highlighting so variables/constants not highlighted+ as keywords.+ * Updated kate syntax definitions for python, cmake.+ highlighting-kate 0.5.4 (26 June 2013)
highlighting-kate.cabal view
@@ -1,5 +1,5 @@ Name: highlighting-kate-Version: 0.5.6+Version: 0.5.6.1 Cabal-Version: >= 1.10 Build-Type: Simple Category: Text@@ -152,7 +152,7 @@ cpp-options: -D_PCRE_LIGHT else Build-depends: regex-pcre-builtin- Build-Depends: parsec, mtl, blaze-html >= 0.4.2 && < 0.7+ Build-Depends: parsec, mtl, blaze-html >= 0.4.2 && < 0.8 Exposed-Modules: Text.Highlighting.Kate Text.Highlighting.Kate.Syntax Text.Highlighting.Kate.Types@@ -271,7 +271,7 @@ Executable Highlight Main-Is: Highlight.hs- Build-Depends: base, containers, blaze-html >= 0.4.2 && < 0.7, filepath,+ Build-Depends: base, containers, blaze-html >= 0.4.2 && < 0.8, filepath, highlighting-kate Hs-Source-Dirs: extra Default-Language: Haskell98