1
0
forked from pool/alex

osc copypac from project:devel:languages:haskell:ghc-9.6.x package:alex revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=113
This commit is contained in:
Peter Simons 2024-02-09 22:00:50 +00:00 committed by Git OBS Bridge
parent 236c85594b
commit 8f677eca69
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c38e6fce894bde7e63190900c907040f0a3eaa4cbdd2e6eeac173f57f049f36
size 85072

3
alex-3.5.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caed9f23b4bc1cdd6f8083b79a0bb86ba86ed81ab9a1238fe0e13ed544809fed
size 85601

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 30 15:01:39 UTC 2023 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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