Skip to content

Commit f8fe5f0

Browse files
committed
Bump to v3.5.1.0; CHANGELOG; update CI to GHC 9.8.2
1 parent a335798 commit f8fe5f0

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/andreasabel/haskell-ci
1010
#
11-
# version: 0.17.20240127
11+
# version: 0.18.0.20240225
1212
#
13-
# REGENDATA ("0.17.20240127",["github","alex.cabal"])
13+
# REGENDATA ("0.18.0.20240225",["github","alex.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,9 +32,9 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.8.1
35+
- compiler: ghc-9.8.2
3636
compilerKind: ghc
37-
compilerVersion: 9.8.1
37+
compilerVersion: 9.8.2
3838
setup-method: ghcup
3939
allow-failure: false
4040
- compiler: ghc-9.6.4

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Changes in 3.5.1.0
2+
3+
* Drop generating output for GHC < 6.4.
4+
* Use qualified imports in generated code (except for `Prelude`)
5+
([Issue #258](https://github.com/haskell/alex/issues/258)).
6+
* Suppress warnings `tabs` and `unused-imports` for generated code
7+
([Issue #255](https://github.com/haskell/alex/issues/255)).
8+
* Tested with GHC 8.0 - 9.8.2.
9+
10+
_Andreas Abel, 2024-02-29_
11+
112
## Changes in 3.5.0.0
213

314
* Add option `--numeric-version`.

alex.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >= 1.10
22
name: alex
3-
version: 3.5.0.0
3+
version: 3.5.1.0
44
-- don't forget updating changelog.md!
55
license: BSD3
66
license-file: LICENSE
@@ -22,7 +22,7 @@ category: Development
2222
build-type: Simple
2323

2424
tested-with:
25-
GHC == 9.8.1
25+
GHC == 9.8.2
2626
GHC == 9.6.4
2727
GHC == 9.4.8
2828
GHC == 9.2.8

0 commit comments

Comments
 (0)