jonascarpay / apecs

a fast, extensible, type driven Haskell ECS framework for games
391 stars 43 forks source link

Bump stack resolvers #111

Closed dpwiz closed 1 year ago

dpwiz commented 1 year ago

Add LTS-21, with GHC-9.4

jonascarpay commented 1 year ago

Thanks! Feel free to merge. I think we can safely make the nightlies optional.

dpwiz commented 1 year ago

Actually I was trying to catch on CI a dsicord-reported build failure with LTS-21. Which didn't actually appear.

dpwiz commented 1 year ago

Hm.. Something is stuck. Waiting for a phantom build?

dpwiz commented 1 year ago

@jonascarpay Looks like you have to force it past the missing check.

jonascarpay commented 1 year ago

Oh, you removed the nightly build but it's still marked as required in the branch settings. GHA isn't clever enough to figure out that it's gone, so it stays pending.