File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ 3.0.2.2
2
+ -------
3
+ * Relaxed upper version bound for ` containers ` .
4
+
1
5
3.0.2.1
2
6
-------
3
7
* Relaxed upper version bound for ` OpenGLRaw ` .
Original file line number Diff line number Diff line change 1
1
name : OpenGL
2
- version : 3.0.2.1
2
+ version : 3.0.2.2
3
3
synopsis : A binding for the OpenGL graphics system
4
4
description :
5
- A Haskell binding for the OpenGL graphics system (GL, version 4.5 ) and its
5
+ A Haskell binding for the OpenGL graphics system (GL, version 4.6 ) and its
6
6
accompanying utility library (GLU, version 1.3).
7
7
.
8
8
OpenGL is the industry's most widely used and supported 2D and 3D graphics
@@ -160,7 +160,7 @@ library
160
160
build-depends :
161
161
base >= 3 && < 5 ,
162
162
bytestring >= 0.9 && < 0.11 ,
163
- containers >= 0.3 && < 0.6 ,
163
+ containers >= 0.3 && < 0.7 ,
164
164
text >= 0.1 && < 1.3 ,
165
165
transformers >= 0.2 && < 0.6 ,
166
166
ObjectName >= 1.1 && < 1.2 ,
You can’t perform that action at this time.
0 commit comments