packages feed

regex-with-pcre 1.0.1.1 → 1.0.1.2

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~regexPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: regex

API changes (from Hackage documentation)

Files

changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +1.0.1.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05+  * Permit utf8-string-1 (#142)+ 1.0.1.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-04   * regex-pcre not working properly with UTF-8 text (#141)   * ZeInternals/SearchReplace (#140)
regex-with-pcre.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-with-pcre-Version:                1.0.1.1+Version:                1.0.1.2 Synopsis:               Toolkit for regex-base Description:            A regular expression toolkit for regex-base with                         compile-time checking of RE syntax, data types for@@ -32,7 +32,7 @@ Source-Repository this     Type:               git     Location:           https://github.com/iconnect/regex.git-    Tag:                1.0.1.1+    Tag:                1.0.1.2   @@ -94,7 +94,7 @@       -Wwarn      Build-depends:-        regex                == 1.0.1.1+        regex                == 1.0.1.2       , base                 >= 4        && < 5       , base-compat          >= 0.6      && < 0.10       , bytestring           == 0.10.*