Skip to content

Commit ae452cf

Browse files
committed
Export TextureObject constructor again for OpenCL's sake. Bump version number to 2.9.1.0. Fixes #45.
1 parent b8063d5 commit ae452cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Graphics/Rendering/OpenGL/GL/Texturing/Objects.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
--------------------------------------------------------------------------------
1515

1616
module Graphics.Rendering.OpenGL.GL.Texturing.Objects (
17-
TextureObject, textureBinding,
17+
TextureObject(TextureObject), textureBinding,
1818
textureResident, areTexturesResident,
1919
TexturePriority, texturePriority, prioritizeTextures
2020
) where

OpenGL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGL
2-
version: 2.9.0.0
2+
version: 2.9.1.0
33
license: BSD3
44
license-file: LICENSE
55
maintainer: Sven Panne <[email protected]>, Jason Dagit <[email protected]>

0 commit comments

Comments
 (0)