packages feed

regex-examples 0.10.0.2 → 0.10.0.3

raw patch · 5 files changed

+45/−39 lines, 5 filesdep ~regexdep ~regex-with-pcre

Dependency ranges changed: regex, regex-with-pcre

Files

README.markdown view
@@ -66,6 +66,8 @@      ☒  2017-03-27  v0.10.0.2 [Tweak Templates, Fix release scripts and update Haddocks commentary](https://github.com/iconnect/regex/milestone/12) +    ☒  2017-03-28  v0.10.0.3 [Upgrade to LTS 8.6 and Improve Haddocks for Text.RE.{TDFA,PCRE}](https://github.com/iconnect/regex/milestone/13)+     ☐  2017-03-31  v1.0.0.0  [First stable release](https://github.com/iconnect/regex/milestone/3)      ☐  2017-08-31  v2.0.0.0  [Fast text replacement with benchmarks](https://github.com/iconnect/regex/milestone/4)
changelog view
@@ -1,5 +1,9 @@ -*-change-log-*- +0.10.0.3 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-28+  * Update to LTS-8.6 (#95)+  * Improve Haddocks for Text.RE.{TDFA,PCRE} (#94)+ 0.10.0.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-27   * Constrain the types of the template quasi quoters (#86)   * Add escape methods to IsRegex (#87)
lib/mega-regex.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-Version:                0.10.0.2+Version:                0.10.0.3 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.10.0.2+    Tag:                0.10.0.3   @@ -192,7 +192,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -222,7 +222,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -249,7 +249,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -275,7 +275,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -304,7 +304,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -330,7 +330,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -353,7 +353,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -383,7 +383,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -416,7 +416,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -444,7 +444,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -472,7 +472,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -510,7 +510,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -549,7 +549,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -593,7 +593,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -639,7 +639,7 @@       -Werror      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0
lib/version.txt view
@@ -1,1 +1,1 @@-0.10.0.2+0.10.0.3
regex-examples.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-examples-Version:                0.10.0.2+Version:                0.10.0.3 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.10.0.2+    Tag:                0.10.0.3   Executable re-gen-cabals@@ -82,7 +82,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -112,7 +112,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -139,7 +139,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -165,7 +165,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -194,7 +194,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -220,7 +220,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -243,8 +243,8 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2-      , regex-with-pcre      == 0.10.0.2+        regex                == 0.10.0.3+      , regex-with-pcre      == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -274,8 +274,8 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2-      , regex-with-pcre      == 0.10.0.2+        regex                == 0.10.0.3+      , regex-with-pcre      == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -308,7 +308,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -336,7 +336,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , base                 >= 4 && < 5       , base-compat          >= 0.6.0       , bytestring           >= 0.10.2.0@@ -364,8 +364,8 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2-      , regex-with-pcre      == 0.10.0.2+        regex                == 0.10.0.3+      , regex-with-pcre      == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -403,8 +403,8 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2-      , regex-with-pcre      == 0.10.0.2+        regex                == 0.10.0.3+      , regex-with-pcre      == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -443,7 +443,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -487,7 +487,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0@@ -533,7 +533,7 @@       -Wwarn      Build-depends:-        regex                == 0.10.0.2+        regex                == 0.10.0.3       , array                >= 0.4       , base                 >= 4 && < 5       , base-compat          >= 0.6.0