regex 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+11/−3 lines, 3 files
Files
- README.markdown +5/−1
- changelog +4/−0
- regex.cabal +2/−2
README.markdown view
@@ -1,6 +1,6 @@ # regex -Regex is a regular expression toolkit for regex-base with:+regex is a regular expression toolkit for regex-base with: * text-replacement operations with named captures; * special datatypes for matches and captures;@@ -35,6 +35,10 @@ ☒ 2017-02-18 v0.1.0.0 [Proposed core API with presentable Haddocks](https://github.com/iconnect/regex/milestone/1) ☒ 2017-02-19 v0.2.0.0 [Package split into regex and regex-examples](https://github.com/iconnect/regex/milestone/5)++ ☒ 2017-02-20 v0.2.0.1 [Remove library from regex-examples](https://github.com/iconnect/regex/issues/43)++ ☒ 2017-02-21 v0.2.0.2 [Fix tests for Hackage](https://github.com/iconnect/regex/issues/45) ☐ 2017-02-26 v0.3.0.0 [API adjustments, tutorials and examples finalized](https://github.com/iconnect/regex/milestone/2)
changelog view
@@ -1,5 +1,9 @@ -*-change-log-*- +0.2.0.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-21+ * Fix re-gen-modules-test for Hackage (#45)+ * Minor style tweks to README/index+ 0.2.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-20 * remove library from regex-examples (#43)
regex.cabal view
@@ -1,5 +1,5 @@ Name: regex-Version: 0.2.0.1+Version: 0.2.0.2 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.1+ Tag: 0.2.0.2