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

haskell.org/alex is out of date #128

Closed sjakobi closed 2 years ago

sjakobi commented 5 years ago

Is https://www.haskell.org/alex/ still the right place to look for up-to-date docs?

How do I generate the docs BTW?

simonmar commented 5 years ago

Yes, I need to figure out how to update the docs on haskell.org, it's been a long time since I did that.

gustavoaca1997 commented 5 years ago

But how do I generate the docs?

andreasabel commented 4 years ago

I added some instructions how to build the docs in PR https://github.com/simonmar/alex/pull/154.

andreasabel commented 2 years ago

See also

sjakobi commented 2 years ago

Thank you for all the great work, Andreas! :+1: