Fix switched name and email guess
[cabal.git] / changelog.d / issue-8892
blob4e08b86494c97455cc5f27d382234b635c2e69ed
1 synopsis: Regenerate Lexer.hs to avoid out-of-bound array access due to a bug in Alex
2 packages: Cabal-syntax
3 prs: #8896
4 issues: #8892
6 description: {
8 - Regenerate Cabal-syntax's Lexer.hs with Alex 3.2.7.3 which includes a fix for
9   an out-of-bound array access (only noticeable with GHC's JavaScript backend).