highlighting-kate 0.5.7 → 0.5.7.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
- Text/Highlighting/Kate/Common.hs +1/−1
- changelog +5/−0
- highlighting-kate.cabal +1/−1
Text/Highlighting/Kate/Common.hs view
@@ -184,7 +184,7 @@ #ifdef _PCRE_LIGHT compileRegex regexpStr = do st <- getState- let opts = [anchored] + [caseless | not (synStCaseSensitive st)]+ let opts = [anchored] ++ [caseless | not (synStCaseSensitive st)] return $ compile ('.' : convertOctal regexpStr) opts #else compileRegex regexpStr = do
changelog view
@@ -1,3 +1,8 @@+highlighting-kate 0.5.7.1 (09 May 2014)++ * Fix typo in list append operator in pcre-light-using code+ (Clint Adams).+ highlighting-kate 0.5.7 (07 May 2014) * Added Gcc and Isocpp (needed by Cpp).
highlighting-kate.cabal view
@@ -1,5 +1,5 @@ Name: highlighting-kate-Version: 0.5.7+Version: 0.5.7.1 Cabal-Version: >= 1.10 Build-Type: Simple Category: Text