regexchar 0.9.0.17 → 0.9.0.18
raw patch · 5 files changed
+15/−11 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.markdown +3/−0
- debian/DEBIAN/control +1/−1
- man/man1/grecce.1 +6/−6
- regexchar.cabal +4/−3
- regexchar.spec +1/−1
changelog.markdown view
@@ -110,3 +110,6 @@ ## 0.9.0.17 Changed references to author's domain-name. +## 0.9.0.18+Updated list of test-compilers.+
debian/DEBIAN/control view
@@ -1,5 +1,5 @@ Package: regexchar-Version: 0.9.0.17-1+Version: 0.9.0.18-1 Section: text Priority: optional Architecture: amd64
man/man1/grecce.1 view
@@ -77,7 +77,7 @@ to process alternative sub-expressions and multiple files in parallel; When specifying this option, it is usually beneficial, given sufficient resources, to suggest a large minimum heap-size for the garbage-collector. .br-<https://www.haskell.org/ghc/docs/latest/html/users_guide/using-smp.html#parallel-options>.+<\fBhttps://www.haskell.org/ghc/docs/latest/html/users_guide/using-smp.html#parallel-options\fR>. .PP These options are rather esoteric & not normally required. .br@@ -192,18 +192,18 @@ .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP-You should have received a copy of the GNU General Public License along with this program. If not, see \fB<https://www.gnu.org/licenses/>\fR.+You should have received a copy of the GNU General Public License along with this program. If not, see <\fBhttps://www.gnu.org/licenses/\fR>. .SH "SEE ALSO" .IP \(bu-Home-page: \fBhttps://functionalley.com/RegExChar/regExChar.html\fR+Home-page: <\fBhttps://functionalley.com/RegExChar/regExChar.html\fR>. .IP \(bu-.B https://hackage.haskell.org/package/regexchar+<\fBhttps://hackage.haskell.org/package/regexchar\fR>. .IP \(bu-.B https://github.com/functionalley/RegExChar+<\fBhttps://github.com/functionalley/RegExChar\fR>. .IP \(bu Source-documentation is generated by "\fBHaddock\fR", & is available in the distribution. .IP \(bu-.B https://www.haskell.org/haddock/+<\fBhttps://www.haskell.org/haddock/\fR>. .IP \(bu \fBRegExDot\fR, the polymorphic regex-engine from which this is built.
regexchar.cabal view
@@ -14,7 +14,7 @@ -- along with RegExChar. If not, see <http://www.gnu.org/licenses/>. Name: regexchar-Version: 0.9.0.17+Version: 0.9.0.18 Cabal-version: >= 1.10 Copyright: (C) 2010-2015 Dr. Alistair Ward License: GPL@@ -25,12 +25,12 @@ Build-type: Simple Description: Provides a POSIX, extended regex-engine, specialised from the underlying /polymorphic/ package /regexdot/, to merely process the traditional character-lists. Category: Regex, Text-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+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, GHC == 8.8, GHC == 8.10 Homepage: https://functionalley.com/RegExChar/regExChar.html Maintainer: mailto:regexchar@functionalley.com Bug-reports: mailto:regexchar@functionalley.com --- These files can be read by the application from 'Paths_weekdaze.datadir'.+-- These files can be read by the application from 'Paths_regexchar.datadir'. Data-files: data/*.txt @@ -107,6 +107,7 @@ Grecce.Test.Performance.ExtendedRegExTest Grecce.Test.Performance.ExtendedRegExTestsNegative Grecce.Test.Performance.ExtendedRegExTestsPositive+ Paths_regexchar Build-depends: base == 4.*,
regexchar.spec view
@@ -22,7 +22,7 @@ Summary: A re-implementation of egrep, using a specialisation of a polymorphic regex-engine Name: regexchar-Version: 0.9.0.17+Version: 0.9.0.18 Release: 1 License: GPLv3 # From '/usr/share/doc/packages/rpm/GROUPS'.