regexdot 0.12.2.1 → 0.12.2.2
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.markdown +3/−0
- regexdot.cabal +2/−2
changelog.markdown view
@@ -86,3 +86,6 @@ ## 0.12.2.1 Changed references to author's domain-name.++## 0.12.2.2+Updated list of test-compilers.
regexdot.cabal view
@@ -14,7 +14,7 @@ -- along with RegExDot. If not, see <http://www.gnu.org/licenses/>. Name: regexdot-Version: 0.12.2.1+Version: 0.12.2.2 Cabal-version: >= 1.10 Copyright: (C) 2010-2015 Dr. Alistair Ward License: GPL@@ -25,7 +25,7 @@ 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, 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/RegExDot/regExDot.html Maintainer: mailto:regexdot@functionalley.com Bug-reports: mailto:regexdot@functionalley.com