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 fe347ba commit fbf5fdfCopy full SHA for fbf5fdf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.7.0.14
2
+--------
3
+* Relaxed upper version bound for `containers`.
4
+
5
2.7.0.13
6
--------
7
* Relaxed upper version bound for `OpenGLRaw`.
GLUT.cabal
@@ -1,5 +1,5 @@
name: GLUT
-version: 2.7.0.13
+version: 2.7.0.14
synopsis: A binding for the OpenGL Utility Toolkit
description:
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -88,7 +88,7 @@ library
88
build-depends:
89
base >= 3 && < 5,
90
array >= 0.3 && < 0.6,
91
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
92
transformers >= 0.2 && < 0.6,
93
StateVar >= 1.1 && < 1.2,
94
OpenGL >= 2.12 && < 3.1
0 commit comments