diff --git a/alex-3.4.0.1.tar.gz b/alex-3.4.0.1.tar.gz deleted file mode 100644 index db1863a..0000000 --- a/alex-3.4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c38e6fce894bde7e63190900c907040f0a3eaa4cbdd2e6eeac173f57f049f36 -size 85072 diff --git a/alex-3.5.0.0.tar.gz b/alex-3.5.0.0.tar.gz new file mode 100644 index 0000000..983f612 --- /dev/null +++ b/alex-3.5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caed9f23b4bc1cdd6f8083b79a0bb86ba86ed81ab9a1238fe0e13ed544809fed +size 85601 diff --git a/alex.changes b/alex.changes index 13ce18c..dcac672 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Dec 30 15:01:39 UTC 2023 - Peter Simons + +- Update alex to version 3.5.0.0. + ## Changes in 3.5.0.0 + + * Add option `--numeric-version`. + * Remove deprecated `-v` as alias for `--version`. + * Add `-v` as placeholder for a future `--verbose` option. + * Make `alex{G,S}etUserState` available with the `monadUserState-bytestring` wrapper + ([Issue #220](https://github.com/haskell/alex/issues/220)). + * Debugging lexer: print character in addition to its ASCII code + ([PR #252](https://github.com/haskell/alex/pull/252)). + * Tested with GHC 8.0 - 9.8.1. + + _Andreas Abel, 2023-12-30_ + ------------------------------------------------------------------- Sun Oct 29 08:11:28 UTC 2023 - Peter Simons diff --git a/alex.spec b/alex.spec index 149b6fa..57ffd52 100644 --- a/alex.spec +++ b/alex.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: alex -Version: 3.4.0.1 +Version: 3.5.0.0 Release: 0 Summary: Alex is a tool for generating lexical analysers in Haskell License: BSD-3-Clause