diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index acfe4f9..82e19ee 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -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: @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a110c16..37b004b 100644 --- a/CHANGELOG.md +++ b/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`. diff --git a/alex.cabal b/alex.cabal index 1dd5966..e5b2434 100644 --- a/alex.cabal +++ b/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 @@ -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