haskell / happy

The Happy parser generator for Haskell
Other
273 stars 85 forks source link

CI bootstrapping happy-2 from happy-1 #275

Open andreasabel opened 3 months ago

sgraf812 commented 1 month ago

You might want to cherry-pick https://github.com/haskell/happy/pull/272/commits/086b3b051e30d47f7a9203d452e0ed2f3b8a93e4 to fix the build error and perhaps https://github.com/haskell/happy/pull/272/commits/22b3dbb05c9a54fdaabd222728c3847cc20bd734 to gitignore generated files

Edit: I misread the error output in the log; I assumed it was caused by -Werror. It is not. This is #262/#274