haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

v3.2.7.3 amend PR #223 so that it does not need `PatternGuards` #224

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Amend PR #223 so that created source code does not need LANGUAGE PatternGuards. Plan: release as v3.2.7.3 Candidate: https://hackage.haskell.org/package/alex-3.2.7.3/candidate

RyanGlScott commented 1 year ago

Thanks for doing this! It's a very minor thing, but one less potential papercut.

hsyl20 commented 1 year ago

LGTM. Sorry for the breakage Ryan

andreasabel commented 1 year ago

Thanks for the reviews! I released 3.2.7.3 and deprecated 3.2.7.2.