Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.7.4: Bump and finalize CHANGELOG #235

Merged
merged 1 commit into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16
# version: 0.16.1
#
# REGENDATA ("0.16",["github","alex.cabal"])
# REGENDATA ("0.16.1",["github","alex.cabal"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -41,9 +41,9 @@ jobs:
compilerVersion: 9.6.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.4
- compiler: ghc-9.4.5
compilerKind: ghc
compilerVersion: 9.4.4
compilerVersion: 9.4.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.7
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Unreleased
## Change in 3.2.7.4

* The user-supplied "epilogue" Haskell code is now put _last_ in the generated file.
This enables use of Template Haskell in the epilogue.
(Issue [#125](https://github.com/haskell/alex/issues/125).)
* Tested with GHC 7.0 - 9.6.1.

_Andreas Abel, 2023-05-02_

## Change in 3.2.7.3

Expand Down
4 changes: 2 additions & 2 deletions alex.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: alex
version: 3.2.7.3
version: 3.2.7.4
-- don't forget updating changelog.md!
license: BSD3
license-file: LICENSE
Expand All @@ -23,7 +23,7 @@ build-type: Simple

tested-with:
GHC == 9.6.1
GHC == 9.4.4
GHC == 9.4.5
GHC == 9.2.7
GHC == 9.0.2
GHC == 8.10.7
Expand Down