lens-regex-pcre 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−4
- lens-regex-pcre.cabal +2/−2
README.md view
@@ -4,7 +4,7 @@ Based on `pcre-heavy`; so it should support any regexes or options which it supports. -Performance is [equal, sometimes **better**](#performance) than that of `pcre-heavy` alone.+Performance is [equal, sometimes **better**](https://github.com/ChrisPenner/lens-regex-pcre#performance) than that of `pcre-heavy` alone. Which module should you use? @@ -61,7 +61,7 @@ # Performance -See the [benchmarks](./bench/Bench.hs).+See the [benchmarks](https://github.com/ChrisPenner/lens-regex-pcre/blob/master/bench/Bench.hs). ## Summary @@ -143,5 +143,5 @@ Precise Expected behaviour (and examples) can be found in the test suites: -* [ByteString tests](./test/ByteString.hs)-* [Text tests](./test/Text.hs)+* [ByteString tests](https://github.com/ChrisPenner/lens-regex-pcre/blob/master/test/ByteString.hs)+* [Text tests](https://github.com/ChrisPenner/lens-regex-pcre/blob/master/test/Text.hs)
lens-regex-pcre.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 19bd65f2de279f3777dc4f946f7d0efb2805098d91aa727f525e3a4375b09351+-- hash: 6af08c0ccc1056deeb2c3dd469eca9c04a2fd667f31e9039181fc2acc991f398 name: lens-regex-pcre-version: 1.0.0.0+version: 1.0.0.1 synopsis: A lensy interface to regular expressions description: Please see the README on GitHub at <https://github.com/ChrisPenner/lens-regex-pcre#readme> category: Regex