haskell / haskell-mode

Emacs mode for Haskell
http://haskell.github.io/haskell-mode/
GNU General Public License v3.0
1.33k stars 344 forks source link

minor fixes made while trying to get debian package working with emacs 29.1 #1815

Closed barak closed 1 year ago

barak commented 1 year ago

These are some minor fixes, like stray version numbers and some spelling errors and such. Plus one more serious change, to make it easier to debug lexical test cases by actually returning a list of tokens. This also avoids some ugly code duplication.

purcell commented 1 year ago

The previous versions were like this to indicate that the master version of the code was approaching 17.2, so the new equivalent would be 17.4-git.

But after consideration, I'll just merge this as-is, as it relates to #1755. Thanks!