packages feed

regex 1.0.1.1 → 1.0.1.2

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~utf8-stringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: utf8-string

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.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-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   @@ -139,7 +139,7 @@       , time-locale-compat   == 0.1.*       , transformers         >= 0.2.2    && < 0.6       , unordered-containers == 0.2.*-      , utf8-string          == 1.0.*+      , utf8-string          >= 1        && < 1.1   -- Generated with re-gen-cabals