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

Add support for sized primitives #166

Closed hsyl20 closed 3 years ago

hsyl20 commented 3 years ago

Fix for sized primitives

https://gitlab.haskell.org/ghc/ghc/-/issues/19026 https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4560

Ericson2314 commented 3 years ago

F.Y.I the change I added is for https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4492. I don't think any other MRs on the horizon are due to affect these primops, so I'm reasonably confident those will be the final form for GHC 9.2.

As discussed elsewhere, eventually I hope to not be confined to hackage releases of Alex and Happy so we don't have to guess what will be in the next version at all, or risk polluting hackage in so guessing (lest the guess be wrong).

hsyl20 commented 3 years ago

Thanks @Ericson2314!

Ericson2314 commented 3 years ago

@hsyl20 want to get on IRC for a second to discuss what we should do next?