10 Commits

Author SHA256 Message Date
9039d4cf5a Accepting request 1297795 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1297795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=41
2025-08-06 12:33:56 +00:00
105c68b3c5 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:alex revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=120
2025-08-05 16:03:08 +00:00
6d133510de osc copypac from project:devel:languages:haskell:ghc-9.12.x package:alex revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=119
2025-08-04 15:10:21 +00:00
d9f49b7467 Accepting request 1296431 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1296431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=40
2025-07-31 15:45:29 +00:00
3681c8b7c6 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:alex revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=118
2025-07-28 20:00:07 +00:00
b476064932 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:alex revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=117
2025-07-28 18:48:59 +00:00
0ebc99e32a Accepting request 1269050 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1269050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=39
2025-04-14 10:58:51 +00:00
d6276bc6da osc copypac from project:devel:languages:haskell:ghc-9.10.x package:alex revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=116
2025-04-08 21:00:52 +00:00
8a3bc27b9f Accepting request 1235459 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1235459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=38
2025-01-07 19:53:33 +00:00
cf7b791314 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:alex revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=115
2024-12-31 22:00:44 +00:00
4 changed files with 59 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Mon Aug 4 20:57:36 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Don't need to define $alex_datadir, fixed in Cabal instead
-------------------------------------------------------------------
Sun Aug 3 21:16:33 UTC 2025 - Peter Simons <psimons@suse.com>
- Update alex to version 3.5.4.0.
## Changes in 3.5.4.0
* Fix [issue #277](https://github.com/haskell/alex/issues/277):
compatibility of generated code with `{-# LANGUAGE ImpredicativeTypes #-}`,
thanks Nadia Yvette Chambers!
* Simplify `cabal install` ([PR #272](https://github.com/haskell/alex/pull/272)),
thanks Antoine Leblanc!
* Document `examples/words.x`, thanks Piotr Justyna!
* Tested with GHC 8.0 - 9.12.2.
_Andreas Abel, 2025-08-03_
-------------------------------------------------------------------
Mon Jul 28 19:14:01 UTC 2025 - Peter Simons <psimons@suse.com>
- Define $alex_datadir to fix the test suite.
-------------------------------------------------------------------
Sun Apr 6 18:31:35 UTC 2025 - Peter Simons <psimons@suse.com>
- Update alex to version 3.5.3.0.
## Changes in 3.5.3.0
* Fix critical bug in automaton minimizer
([PR #270](https://github.com/haskell/alex/pull/270)),
thanks Antoine Leblanc!
* Tested with GHC 8.0 - 9.12.2.
_Andreas Abel, 2025-04-06_
-------------------------------------------------------------------
Mon Dec 30 17:04:31 UTC 2024 - Peter Simons <psimons@suse.com>
- Update alex to version 3.5.2.0.
## Changes in 3.5.2.0
* Use `byteSwap16#` and `byteSwap32#` on big-endian architectures instead of
handrolling the implementation
([PR #260](https://github.com/haskell/alex/pull/260)).
* More descriptive error in `alexScan`; inline `alexScanUser`
([PR #262](https://github.com/haskell/alex/pull/262)).
* Tested with GHC 8.0 - 9.12.1.
_Andreas Abel, 2024-12-30_
-------------------------------------------------------------------
Thu Feb 29 13:15:15 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package alex
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%bcond_without tests
Name: alex
Version: 3.5.1.0
Version: 3.5.4.0
Release: 0
Summary: Alex is a tool for generating lexical analysers in Haskell
License: BSD-3-Clause