regexdot 0.12.2.0 → 0.12.2.1
raw patch · 4 files changed
+14/−11 lines, 4 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- RegExDot.BracketExpressionMember: Predicate :: (ShowablePredicate m) -> Member m
+ RegExDot.BracketExpressionMember: Predicate :: ShowablePredicate m -> Member m
- RegExDot.Meta: AnyOf :: (BracketExpression m) -> Meta m
+ RegExDot.Meta: AnyOf :: BracketExpression m -> Meta m
- RegExDot.Meta: NoneOf :: (BracketExpression m) -> Meta m
+ RegExDot.Meta: NoneOf :: BracketExpression m -> Meta m
- RegExDot.Meta: Predicate :: (ShowablePredicate m) -> Meta m
+ RegExDot.Meta: Predicate :: ShowablePredicate m -> Meta m
- RegExDot.RegEx: CaptureGroup :: (Alternatives m) -> Pattern m
+ RegExDot.RegEx: CaptureGroup :: Alternatives m -> Pattern m
- RegExDot.RegEx: Require :: (Meta m) -> Pattern m
+ RegExDot.RegEx: Require :: Meta m -> Pattern m
Files
- README.markdown +2/−2
- changelog.markdown +4/−1
- copyright +2/−2
- regexdot.cabal +6/−6
README.markdown view
@@ -13,7 +13,7 @@ ## Documentation -More information about this library can be found at [RegExDot](https://functionalley.eu/RegExDot/regExDot.html).+More information about this library can be found at [RegExDot](https://functionalley.com/RegExDot/regExDot.html). ## License @@ -21,7 +21,7 @@ ## Bug-reporting -Bug-reports should be emailed to <regexdot@functionalley.eu>.+Bug-reports should be emailed to <regexdot@functionalley.com>. ## Author
changelog.markdown view
@@ -1,4 +1,4 @@-# 2010-11-18 Dr. Alistair Ward <regexdot@functionalley.eu>+# 2010-11-18 Dr. Alistair Ward <regexdot@functionalley.com> ## 0.9.0.0 * First version of the package.@@ -83,3 +83,6 @@ ## 0.12.2.0 * Bumped version.++## 0.12.2.1+Changed references to author's domain-name.
copyright view
@@ -1,11 +1,11 @@ Author:- Dr. Alistair Ward <regexdot@functionalley.eu>.+ Dr. Alistair Ward <regexdot@functionalley.com>. Copyright: Copyright (C) 2010-2011 Dr. Alistair Ward. All Rights Reserved. Home-page:- https://functionalley.eu/RegExDot/regExDot.html+ https://functionalley.com/RegExDot/regExDot.html License: GNU GENERAL PUBLIC LICENSE Version 3; see '/usr/share/common-licenses/GPL-3' or '/usr/share/doc/licenses/gpl-3.0.txt' where available, or the local packaged file 'LICENSE'.
regexdot.cabal view
@@ -14,7 +14,7 @@ -- along with RegExDot. If not, see <http://www.gnu.org/licenses/>. Name: regexdot-Version: 0.12.2.0+Version: 0.12.2.1 Cabal-version: >= 1.10 Copyright: (C) 2010-2015 Dr. Alistair Ward License: GPL@@ -25,10 +25,10 @@ Build-type: Simple Description: Provides a portable, POSIX, extended regex-engine, designed to process a list of /arbitrary/ objects. Category: Search, Regex-Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4-Homepage: https://functionalley.eu/RegExDot/regExDot.html-Maintainer: mailto:regexdot@functionalley.eu-Bug-reports: mailto:regexdot@functionalley.eu+Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6+Homepage: https://functionalley.com/RegExDot/regExDot.html+Maintainer: mailto:regexdot@functionalley.com+Bug-reports: mailto:regexdot@functionalley.com -- None of these files are needed at run-time. Extra-source-files:@@ -91,7 +91,7 @@ GHC-prof-options: -fprof-auto -fprof-cafs if impl(ghc >= 8.0)- GHC-options: -j -Wredundant-constraints+ GHC-options: -Wredundant-constraints else GHC-prof-options: -auto-all -caf-all