packages feed

regex-with-pcre 1.0.1.0 → 1.0.1.1

raw patch · 4 files changed

+12/−8 lines, 4 filesdep ~regexPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: regex

API changes (from Hackage documentation)

Files

Text/RE/ZeInternals/SearchReplace/PCRE/Text.hs view
@@ -24,8 +24,8 @@ import           Language.Haskell.TH.Quote import           Text.RE.REOptions import           Text.RE.Tools.IsRegex-import           Text.RE.ZeInternals.SearchReplace.TDFAEdPrime-import           Text.RE.ZeInternals.TDFA+import           Text.RE.ZeInternals.PCRE+import           Text.RE.ZeInternals.SearchReplace.PCREEdPrime  -- | @[ed| ... \/\/\/ ... |]@, is equivalent to @[edMultilineSensitive| ... \/\/\/ ... |]@, -- compiling a case-sensitive, multi-line 'SearchReplace'
Text/RE/ZeInternals/SearchReplace/PCRE/Text/Lazy.hs view
@@ -24,8 +24,8 @@ import           Language.Haskell.TH.Quote import           Text.RE.REOptions import           Text.RE.Tools.IsRegex-import           Text.RE.ZeInternals.SearchReplace.TDFAEdPrime-import           Text.RE.ZeInternals.TDFA+import           Text.RE.ZeInternals.PCRE+import           Text.RE.ZeInternals.SearchReplace.PCREEdPrime  -- | @[ed| ... \/\/\/ ... |]@, is equivalent to @[edMultilineSensitive| ... \/\/\/ ... |]@, -- compiling a case-sensitive, multi-line 'SearchReplace'
changelog view
@@ -1,6 +1,10 @@ -*-change-log-*- -1.0.1.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05+1.0.1.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-04+  * regex-pcre not working properly with UTF-8 text (#141)+  * ZeInternals/SearchReplace (#140)++1.0.1.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-03   * Text.RE.PCRE.Text[.Lazy] (#58)   * Update LSTHaskell versions (#136)   * Add re-top example (#137)
regex-with-pcre.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-with-pcre-Version:                1.0.1.0+Version:                1.0.1.1 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.0+    Tag:                1.0.1.1   @@ -94,7 +94,7 @@       -Wwarn      Build-depends:-        regex                == 1.0.1.0+        regex                == 1.0.1.1       , base                 >= 4        && < 5       , base-compat          >= 0.6      && < 0.10       , bytestring           == 0.10.*