We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e0535 commit f750a8fCopy full SHA for f750a8f
OpenGL.cabal
@@ -1,5 +1,5 @@
1
name: OpenGL
2
-version: 2.12.0.0
+version: 2.12.0.1
3
synopsis: A binding for the OpenGL graphics system
4
description:
5
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
@@ -153,7 +153,7 @@ library
153
transformers >= 0.2 && < 0.5,
154
ObjectName >= 1.1 && < 1.2,
155
StateVar >= 1.1 && < 1.2,
156
- OpenGLRaw >= 2.1 && < 2.5,
+ OpenGLRaw >= 2.1 && < 2.6,
157
GLURaw >= 1.3 && < 1.6
158
default-language: Haskell2010
159
other-extensions:
0 commit comments