Skip to content

Commit

Permalink
Export TextureObject constructor again for OpenCL's sake. Bump versio…
Browse files Browse the repository at this point in the history
…n number to 2.9.1.0. Fixes #45.
  • Loading branch information
svenpanne committed Oct 16, 2013
1 parent b8063d5 commit ae452cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Graphics/Rendering/OpenGL/GL/Texturing/Objects.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--------------------------------------------------------------------------------

module Graphics.Rendering.OpenGL.GL.Texturing.Objects (
TextureObject, textureBinding,
TextureObject(TextureObject), textureBinding,
textureResident, areTexturesResident,
TexturePriority, texturePriority, prioritizeTextures
) where
Expand Down
2 changes: 1 addition & 1 deletion OpenGL.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenGL
version: 2.9.0.0
version: 2.9.1.0
license: BSD3
license-file: LICENSE
maintainer: Sven Panne <[email protected]>, Jason Dagit <[email protected]>
Expand Down

0 comments on commit ae452cf

Please sign in to comment.