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

Fix #125: put epilogue code last in the generated file. #225

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Fix #125: put epilogue code last in the generated file. This enables use of TemplateHaskell there.