jonascarpay / apecs

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

GHC 9.4 support #101

Closed jonascarpay closed 1 year ago

jonascarpay commented 1 year ago

Closes #95

Since I'm updating CI, I'm also cleaning up the Nix bits a little

dpwiz commented 1 year ago
<command line>: can't load framework: OpenGL (not found)
Error: cabal: Failed to build exe:constraints from examples-0.1.0.0.

Apparently 8.8 job got hit by a big-sur framework bug: https://gitlab.haskell.org/ghc/ghc/-/issues/18446

I propose commiting this one, and filing a separate issue for 8.8-on-mac.

jonascarpay commented 1 year ago

Oh, nice find! I'll remove 8.8 from the matrix for macos.