Skip to content

Commit b2b8a6c

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 3.0.2.1.
1 parent 8b26ba9 commit b2b8a6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1
2+
-------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
3.0.2.0
26
-------
37
* Added support for S3_s3tc, EXT_texture_compression_s3tc, ARB_texture_float, and EXT_packed_depth_stencil extensions.

OpenGL.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGL
2-
version: 3.0.2.0
2+
version: 3.0.2.1
33
synopsis: A binding for the OpenGL graphics system
44
description:
55
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
@@ -165,7 +165,7 @@ library
165165
transformers >= 0.2 && < 0.6,
166166
ObjectName >= 1.1 && < 1.2,
167167
StateVar >= 1.1 && < 1.2,
168-
OpenGLRaw >= 3.0 && < 3.3,
168+
OpenGLRaw >= 3.0 && < 3.4,
169169
GLURaw >= 2.0 && < 2.1
170170
default-language: Haskell2010
171171
other-extensions:

0 commit comments

Comments
 (0)