Skip to content

Commit

Permalink
Regenerate Lexer.hs with latest Alex (fix #8892)
Browse files Browse the repository at this point in the history
Regenerate Lexer.hs with Alex 3.2.7.2 to fix issue ##8892 (out-of-bound
access due to haskell/alex#223).

(cherry picked from commit ca7a8e2)
  • Loading branch information
hsyl20 authored and mergify[bot] committed Apr 26, 2023
1 parent 44c5604 commit 022f4a7
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Update Hackage index
run: cabal v2-update
- name: Install alex
run: cabal v2-install alex --constraint='alex ==3.2.6'
run: cabal v2-install alex --constraint='alex ==3.2.7.3'
- uses: actions/checkout@v3
- name: Regenerate files
run: |
Expand Down
Loading

0 comments on commit 022f4a7

Please sign in to comment.