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

Haddock 2.13.1 cannot process OpenGL 2.6.0.0 #32

Closed peti closed 11 years ago

peti commented 11 years ago

The version of Haddock that's shipped with GHC 7.6.1 cannot process the newly released OpenGL 2.6.0.0 version because of the following error:

dist/build/tmp-1542/Graphics/Rendering/OpenGL/GL/QueryUtils/PName.hs:268:27:
    parse error on input `-- | Conversion from the casted value to the return value'
Haddock coverage:
dagit commented 11 years ago

Thanks. I will make a point to turn on haddock on the travisci test server so that there is less chance of this in the future.

dagit commented 11 years ago

Fixed: http://hackage.haskell.org/package/OpenGL-2.6.0.1 And now travisci checks our haddocks: https://travis-ci.org/#!/haskell-opengl/OpenGL/builds/3071796