highlighting-kate 0.5.3.6 → 0.5.3.7
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~blaze-htmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html
API changes (from Hackage documentation)
Files
- changelog +4/−0
- highlighting-kate.cabal +3/−3
changelog view
@@ -1,3 +1,7 @@+highlighting-kate 0.5.3.7 (20 Feb 2013)++ * Bumped version bound on blaze-html to 0.7.+ highlighting-kate 0.5.3.6 (16 Feb 2013) * Added support for Curry and literate Curry (Björn Peemöller).
highlighting-kate.cabal view
@@ -1,5 +1,5 @@ Name: highlighting-kate-Version: 0.5.3.6+Version: 0.5.3.7 Cabal-Version: >= 1.10 Build-Type: Simple Category: Text@@ -147,7 +147,7 @@ cpp-options: -D_PCRE_LIGHT else Build-depends: regex-pcre-builtin- Build-Depends: parsec, mtl, blaze-html >= 0.4.2 && < 0.6+ Build-Depends: parsec, mtl, blaze-html >= 0.4.2 && < 0.7 Exposed-Modules: Text.Highlighting.Kate Text.Highlighting.Kate.Syntax Text.Highlighting.Kate.Types@@ -261,7 +261,7 @@ Executable Highlight Main-Is: Highlight.hs- Build-Depends: base, containers, blaze-html >= 0.4.2 && < 0.6, filepath,+ Build-Depends: base, containers, blaze-html >= 0.4.2 && < 0.7, filepath, highlighting-kate Hs-Source-Dirs: extra Default-Language: Haskell98