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).
  • Loading branch information
hsyl20 committed Apr 4, 2023
1 parent d53b4d4 commit b5717e6
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 108 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.2'
- uses: actions/checkout@v3
- name: Regenerate files
run: |
Expand Down
Loading

0 comments on commit b5717e6

Please sign in to comment.