regex-with-pcre 1.0.1.5 → 1.0.2.0
raw patch · 3 files changed
+10/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−1
- changelog +6/−1
- regex-with-pcre.cabal +2/−2
README.md view
@@ -40,7 +40,8 @@ - [X] 2017-06-05 v1.0.1.2 [Permit utf8-string-1](https://github.com/iconnect/regex/milestone/21) - [X] 2017-06-05 v1.0.1.3 [Suspend Windows tests for PCRE on UTF-8 text](https://github.com/iconnect/regex/milestone/22) - [X] 2018-12-14 v1.0.1.4 [Fix for GHC 8.4.4, GHC-8.6.2](https://github.com/iconnect/regex/milestone/23)-- [X] 2018-12-18 v1.0.1.5 [TDFA quasi quoters not dealing with \n, etc.](https://github.com/iconnect/regex/milestone/24)+- [X] 2018-12-18 v1.0.1.5 [TDFA quasi quoters not dealing with newlines](https://github.com/iconnect/regex/milestone/24)+- [X] 2018-12-19 v1.0.2.0 [Tidy build issues](https://github.com/iconnect/regex/milestone/25) See the [Roadmap page](http://roadmap.regex.uk) for details.
changelog view
@@ -1,7 +1,12 @@ -*-change-log-*- +1.0.2.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2018-12-19+ * cabal-install build with 8.0 and 8.2 failing (#163)+ * Switch to GHC-8.6.3/nightly-2018-12-19 (#164)+ * Switch from Default-Extensions to Other-Extensions (#165)+ 1.0.1.5 Chris Dornan <chris.dornan@irisconnect.co.uk> 2018-12-18- * TDFA quasi quoters not dealing with \n, etc. (#157)+ * TDFA quasi quoters not dealing with newlines (#157) 1.0.1.4 Chris Dornan <chris.dornan@irisconnect.co.uk> 2018-12-14 * GHC-8.4.4, GHC-8.6.2 (#160)
regex-with-pcre.cabal view
@@ -1,5 +1,5 @@ Name: regex-with-pcre-Version: 1.0.1.5+Version: 1.0.2.0 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.5+ Tag: 1.0.2.0