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 57a4d35 commit 966f398Copy full SHA for 966f398
CHANGELOG.md
@@ -1,6 +1,8 @@
1
2.7.0.3
2
--------
3
+* Relaxed upper version bound for OpenGLRaw.
4
* Added CHANGELOG.md to distribution.
5
+* Minor build/testing tweaks.
6
7
2.7.0.2
8
GLUT.cabal
@@ -180,7 +180,7 @@ library
180
containers >= 0.3 && < 0.6,
181
transformers >= 0.2 && < 0.5,
182
StateVar >= 1.1 && < 1.2,
183
- OpenGLRaw >= 2.3 && < 2.6,
+ OpenGLRaw >= 2.3 && < 2.7,
184
OpenGL >= 2.12 && < 2.14
185
default-language: Haskell2010
186
other-extensions: CPP
0 commit comments