Accepting request 1157228 from devel:languages:haskell
Update Haskell ecosystem to GHC version 9.8.2. OBS-URL: https://build.opensuse.org/request/show/1157228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=37
This commit is contained in:
commit
1602460e52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caed9f23b4bc1cdd6f8083b79a0bb86ba86ed81ab9a1238fe0e13ed544809fed
|
||||
size 85601
|
3
alex-3.5.1.0.tar.gz
Normal file
3
alex-3.5.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07
|
||||
size 85982
|
15
alex.changes
15
alex.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 13:15:15 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update alex to version 3.5.1.0.
|
||||
## Changes in 3.5.1.0
|
||||
|
||||
* Drop generating output for GHC < 6.4.
|
||||
* Use qualified imports in generated code (except for `Prelude`)
|
||||
([Issue #258](https://github.com/haskell/alex/issues/258)).
|
||||
* Suppress warnings `tabs` and `unused-imports` for generated code
|
||||
([Issue #255](https://github.com/haskell/alex/issues/255)).
|
||||
* Tested with GHC 8.0 - 9.8.2.
|
||||
|
||||
_Andreas Abel, 2024-02-29_
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 15:01:39 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package alex
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.0.0
|
||||
Version: 3.5.1.0
|
||||
Release: 0
|
||||
Summary: Alex is a tool for generating lexical analysers in Haskell
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user