regex 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog +3/−0
- regex.cabal +2/−2
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +0.2.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-20+ * remove library from regex-examples (#43)+ 0.2.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-19 * Split off the tutorial tests and examples into regex-examples, leaving just the library in regex
regex.cabal view
@@ -1,5 +1,5 @@ Name: regex-Version: 0.2.0.0+Version: 0.2.0.1 Synopsis: Toolkit for regex-base Description: A Regular Expression Toolkit for regex-base with Compile-time checking of RE syntax, data types for@@ -31,7 +31,7 @@ Source-Repository this Type: git Location: https://github.com/iconnect/regex.git- Tag: 0.2.0.0+ Tag: 0.2.0.1