regex-examples 0.6.0.0 → 0.6.0.1
raw patch · 5 files changed
+46/−41 lines, 5 filesdep ~regexdep ~regex-with-pcre
Dependency ranges changed: regex, regex-with-pcre
Files
- README.markdown +4/−2
- changelog +3/−0
- lib/mega-regex.cabal +17/−17
- lib/version.txt +1/−1
- regex-examples.cabal +21/−21
README.markdown view
@@ -49,9 +49,11 @@ ☒ 2017-02-26 v0.3.0.0 [API adjustments](https://github.com/iconnect/regex/milestone/2) - ☒ 2017-03-05 v0.5.0.0 [Ready for review: API, tutorials and examples finalized](https://github.com/iconnect/regex/milestone/6)+ ☒ 2017-03-05 v0.5.0.0 [Ready for review: API, tutorials and examples finalized](https://github.com/iconnect/regex/issues/67) - ☒ 2017-13-05 v0.6.0.0 [Split out PCRE](https://github.com/iconnect/regex/milestone/7)+ ☒ 2017-03-13 v0.6.0.0 [Split out PCRE](https://github.com/iconnect/regex/milestone/7)++ ☒ 2017-03-13 v0.6.0.1 [Fix .travis.yml release-stack scriptRE](https://github.com/iconnect/regex/milestone/7) ☐ 2017-03-20 v1.0.0.0 [First stable release](https://github.com/iconnect/regex/milestone/3)
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +0.6.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-13+ * Fix .travis.yml release-stack script (#67)+ 0.6.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-13 * Split out rexex-with-pcre package (#65)
lib/mega-regex.cabal view
@@ -1,5 +1,5 @@ Name: regex-Version: 0.6.0.0+Version: 0.6.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@@ -62,7 +62,7 @@ Source-Repository this Type: git Location: https://github.com/iconnect/regex.git- Tag: 0.6.0.0+ Tag: 0.6.0.1 @@ -144,7 +144,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -173,7 +173,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -199,7 +199,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -224,7 +224,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -252,7 +252,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -277,7 +277,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -299,7 +299,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -328,7 +328,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -360,7 +360,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -387,7 +387,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -414,7 +414,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -451,7 +451,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -489,7 +489,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -532,7 +532,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -577,7 +577,7 @@ -Werror Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0
lib/version.txt view
@@ -1,1 +1,1 @@-0.6.0.0+0.6.0.1
regex-examples.cabal view
@@ -1,5 +1,5 @@ Name: regex-examples-Version: 0.6.0.0+Version: 0.6.0.1 Synopsis: Tutorial, tests and example programs for regex Description: Tutorial, tests and example programs for regex, a Regular Expression Toolkit for regex-base with@@ -63,7 +63,7 @@ Source-Repository this Type: git Location: https://github.com/iconnect/regex.git- Tag: 0.6.0.0+ Tag: 0.6.0.1 @@ -82,7 +82,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -111,7 +111,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -137,7 +137,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -162,7 +162,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -190,7 +190,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -215,7 +215,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -237,8 +237,8 @@ -Wwarn Build-depends:- regex == 0.6.0.0- , regex-with-pcre == 0.6.0.0+ regex == 0.6.0.1+ , regex-with-pcre == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -267,8 +267,8 @@ -Wwarn Build-depends:- regex == 0.6.0.0- , regex-with-pcre == 0.6.0.0+ regex == 0.6.0.1+ , regex-with-pcre == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -300,7 +300,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -327,7 +327,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , base >= 4 && < 5 , base-compat >= 0.6.0 , bytestring >= 0.10.2.0@@ -354,8 +354,8 @@ -Wwarn Build-depends:- regex == 0.6.0.0- , regex-with-pcre == 0.6.0.0+ regex == 0.6.0.1+ , regex-with-pcre == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -392,8 +392,8 @@ -Wwarn Build-depends:- regex == 0.6.0.0- , regex-with-pcre == 0.6.0.0+ regex == 0.6.0.1+ , regex-with-pcre == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -431,7 +431,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -474,7 +474,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0@@ -519,7 +519,7 @@ -Wwarn Build-depends:- regex == 0.6.0.0+ regex == 0.6.0.1 , array >= 0.4 , base >= 4 && < 5 , base-compat >= 0.6.0