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 521c4a9 commit 6791ee8Copy full SHA for 6791ee8
GLUT.cabal
@@ -1,5 +1,5 @@
1
name: GLUT
2
-version: 2.7.0.1
+version: 2.7.0.2
3
synopsis: A binding for the OpenGL Utility Toolkit
4
description:
5
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -180,7 +180,7 @@ library
180
transformers >= 0.2 && < 0.5,
181
StateVar >= 1.1 && < 1.2,
182
OpenGLRaw >= 2.3 && < 2.6,
183
- OpenGL >= 2.12 && < 2.13
+ OpenGL >= 2.12 && < 2.14
184
default-language: Haskell2010
185
other-extensions: CPP
186
ghc-options: -Wall
0 commit comments