Accepting request 1094414 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1094414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2023-06-22 21:25:12 +00:00 committed by Git OBS Bridge
commit b950df9cdf
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 2 06:58:58 UTC 2023 - Peter Simons <psimons@suse.com>
- Update alex to version 3.2.7.4.
## Change in 3.2.7.4
* The user-supplied "epilogue" Haskell code is now put _last_ in the generated file.
This enables use of Template Haskell in the epilogue.
(Issue [#125](https://github.com/haskell/alex/issues/125).)
* Tested with GHC 7.0 - 9.6.1.
_Andreas Abel, 2023-05-02_
-------------------------------------------------------------------
Fri Apr 14 05:54:54 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -18,7 +18,7 @@
%bcond_without tests
Name: alex
Version: 3.2.7.3
Version: 3.2.7.4
Release: 0
Summary: Alex is a tool for generating lexical analysers in Haskell
License: BSD-3-Clause