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

Remove old pregenerated lexer #237

Closed sergv closed 1 year ago

sergv commented 1 year ago

The file was last updated in 2015. For some reason my development version of cabal picks it up instead of generating fresh one from Scan.x. The file is too old and doesn't compile with GHC 9.6.1.

andreasabel commented 1 year ago

Removing this file looks sound. At least the file src/Scan.hs shipped in the tarball is not the same as the one in the repo. I wonder what purpose this file served.

Let's delete it and hope nothing breaks. Thanks!