jonascarpay / apecs

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

Bump mtl upper bound, CI GHC versions #110

Closed jonascarpay closed 1 year ago

jonascarpay commented 1 year ago

https://github.com/commercialhaskell/stackage/issues/6857

mtl 2.3 has been released, should be a straightforward bump of the upper bound. We don't need to cut a new release, we should be able to just make a revision.

jonascarpay commented 1 year ago

I've confirmed that we can build with GHC 9.6 and hence mtl-2.3. Unfortunately, we can't permanently add 9.6 to CI until https://github.com/haskell-opengl/GLUT/pull/32 is merged. I'm just merging this branch as-is.