Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9039d4cf5a | |||
| 105c68b3c5 | |||
| 6d133510de | |||
| d9f49b7467 | |||
| 3681c8b7c6 | |||
| b476064932 | |||
| 0ebc99e32a | |||
| d6276bc6da | |||
| 8a3bc27b9f | |||
| cf7b791314 |
@@ -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
3
alex-3.5.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9ea70f2c4900e685312cf330d1fe955a3e8f00acd1328d463ae150481d28ade
|
||||
size 94220
|
||||
54
alex.changes
54
alex.changes
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user