haskell-opengl / OpenGL

Haskell bindings to OpenGL
http://www.haskell.org/haskellwiki/OpenGL
BSD 3-Clause "New" or "Revised" License
147 stars 26 forks source link

OpenGL-2.8.0.0 should have an upper bound of OpenGLRaw < 1.5 #59

Closed simonmichael closed 9 years ago

simonmichael commented 9 years ago

Due to the latter's capitalized CMYKA module.

Configuring OpenGL-2.8.0.0...
Building OpenGL-2.8.0.0...
Preprocessing library OpenGL-2.8.0.0...

Graphics/Rendering/OpenGL/GL/Hints.hs:25:8:
    Could not find module ‘Graphics.Rendering.OpenGL.Raw.EXT.Cmyka’
    Perhaps you meant
      Graphics.Rendering.OpenGL.Raw.EXT.CMYKA (from OpenGLRaw-1.5.0.0)
      Graphics.Rendering.OpenGL.Raw.EXT.ABGR (from OpenGLRaw-1.5.0.0)
      Graphics.Rendering.OpenGL.Raw.EXT.BGRA (from OpenGLRaw-1.5.0.0)
    Use -v to see a list of the files searched for.
svenpanne commented 9 years ago

I've added the upper bound on Hackage, thanks for the bug report.