regex-with-pcre 1.0.1.2 → 1.0.1.3
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 +3/−0
- regex-with-pcre.cabal +3/−3
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +1.0.1.3 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05+ * Suspending UTF-8 tests for Windows/PCRE (#144)+ 1.0.1.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05 * Permit utf8-string-1 (#142)
regex-with-pcre.cabal view
@@ -1,5 +1,5 @@ Name: regex-with-pcre-Version: 1.0.1.2+Version: 1.0.1.3 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.2+ Tag: 1.0.1.3 @@ -94,7 +94,7 @@ -Wwarn Build-depends:- regex == 1.0.1.2+ regex == 1.0.1.3 , base >= 4 && < 5 , base-compat >= 0.6 && < 0.10 , bytestring == 0.10.*