Skip to content

Commit 06afb4a

Browse files
committed
Relaxed version bound of 'containers' package. Bumped version to 3.0.2.2.
1 parent be03591 commit 06afb4a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.2.2
2+
-------
3+
* Relaxed upper version bound for `containers`.
4+
15
3.0.2.1
26
-------
37
* Relaxed upper version bound for `OpenGLRaw`.

OpenGL.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: OpenGL
2-
version: 3.0.2.1
2+
version: 3.0.2.2
33
synopsis: A binding for the OpenGL graphics system
44
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
66
accompanying utility library (GLU, version 1.3).
77
.
88
OpenGL is the industry's most widely used and supported 2D and 3D graphics
@@ -160,7 +160,7 @@ library
160160
build-depends:
161161
base >= 3 && < 5,
162162
bytestring >= 0.9 && < 0.11,
163-
containers >= 0.3 && < 0.6,
163+
containers >= 0.3 && < 0.7,
164164
text >= 0.1 && < 1.3,
165165
transformers >= 0.2 && < 0.6,
166166
ObjectName >= 1.1 && < 1.2,

0 commit comments

Comments
 (0)