packages feed

highlighting-kate 0.5.0.3 → 0.5.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~pcre-lightPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pcre-light

API changes (from Hackage documentation)

Files

changelog view
@@ -1,5 +1,9 @@ highlighting-kate 0.5.0.3 (12 Feb 2012) +  * Fixed typo in version bounds for pcre-light.++highlighting-kate 0.5.0.3 (12 Feb 2012)+   * Fixed compilation with the 'pcre-light' flag.  highlighting-kate 0.5.0.2 (08 Feb 2012)
highlighting-kate.cabal view
@@ -1,5 +1,5 @@ Name:                highlighting-kate-Version:             0.5.0.3+Version:             0.5.0.4 Cabal-Version:       >= 1.6 Build-Type:          Simple Category:            Text@@ -142,7 +142,7 @@   else     Build-Depends:   base < 3   if flag(pcre-light)-    Build-depends:   pcre-light >= 4.0 && < 4.1+    Build-depends:   pcre-light >= 0.4 && < 0.5     cpp-options:     -D_PCRE_LIGHT   else     Build-depends:   regex-pcre-builtin