fumieval / free-game

The free game engine
http://hackage.haskell.org/package/free-game
BSD 3-Clause "New" or "Revised" License
64 stars 15 forks source link

Fails to build with OpenGL-2.8.0.0 #8

Closed arkeet closed 11 years ago

arkeet commented 11 years ago

OpenGL-2.8.0.0 removes the StateVar dependency, providing its own StateVar implementation in Graphics.Rendering.OpenGL.GL.StateVar instead of Data.StateVar, which causes Backends.GLFW to fail to build.

fumieval commented 11 years ago

I fixed now. Thank you for pointing it out!