Skip to content

Commit

Permalink
Bump to v3.5.1.0; CHANGELOG; update CI to GHC 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 27, 2024
1 parent e880446 commit d873900
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/andreasabel/haskell-ci
#
# version: 0.17.20240127
# version: 0.18.0.20240225
#
# REGENDATA ("0.17.20240127",["github","alex.cabal"])
# REGENDATA ("0.18.0.20240225",["github","alex.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -32,9 +32,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.1
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.4
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 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)).
* Tested with GHC 8.0 - 9.8.2.

_Andreas Abel, 2024-02-27_

## Changes in 3.5.0.0

* Add option `--numeric-version`.
Expand Down
4 changes: 2 additions & 2 deletions alex.cabal
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: alex
version: 3.5.0.0
version: 3.5.1.0
-- don't forget updating changelog.md!
license: BSD3
license-file: LICENSE
Expand All @@ -22,7 +22,7 @@ category: Development
build-type: Simple

tested-with:
GHC == 9.8.1
GHC == 9.8.2
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
Expand Down

0 comments on commit d873900

Please sign in to comment.