We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e907ecb commit 2ab19dcCopy full SHA for 2ab19dc
CHANGELOG.md
@@ -1,6 +1,11 @@
1
+## Change in 3.2.7.1
2
+
3
+ * Fix bug with repeated numeral characters *outside* of `r{n,m}`
4
+ repetitions. This was a regression introduced in 3.2.7.
5
6
## Changes in 3.2.7
7
- * Allow arbitary repetitions in regexps.
8
+ * Allow arbitrary repetitions in regexps.
9
Previously, the `r{n,m}` and related forms were restricted to single
10
digit numbers `n` and `m`.
11
alex.cabal
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: alex
-version: 3.2.7
+version: 3.2.7.1
-- don't forget updating changelog.md!
license: BSD3
license-file: LICENSE
0 commit comments