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 0b53401 commit ce3a3edCopy full SHA for ce3a3ed
GLUT.cabal
@@ -1,5 +1,5 @@
1
name: GLUT
2
-version: 2.7.0.0
+version: 2.7.0.1
3
synopsis: A binding for the OpenGL Utility Toolkit
4
description:
5
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -179,7 +179,7 @@ library
179
containers >= 0.3 && < 0.6,
180
transformers >= 0.2 && < 0.5,
181
StateVar >= 1.1 && < 1.2,
182
- OpenGLRaw >= 2.3 && < 2.5,
+ OpenGLRaw >= 2.3 && < 2.6,
183
OpenGL >= 2.12 && < 2.13
184
default-language: Haskell2010
185
other-extensions: CPP
0 commit comments