haskell / happy

The Happy parser generator for Haskell
Other
291 stars 84 forks source link

CI bootstrapping happy-2 from happy-1 #275

Closed andreasabel closed 2 months ago

sgraf812 commented 5 months 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

sgraf812 commented 2 months ago

I'll close this. It doesn't seem to apply since we merged https://github.com/haskell/happy/pull/277.