Skip to content

Commit f750a8f

Browse files
committed
Relaxed OpenGLRaw bound. Bumped version to 2.12.0.1.
1 parent 85e0535 commit f750a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: 2.12.0.0
2+
version: 2.12.0.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
@@ -153,7 +153,7 @@ library
153153
transformers >= 0.2 && < 0.5,
154154
ObjectName >= 1.1 && < 1.2,
155155
StateVar >= 1.1 && < 1.2,
156-
OpenGLRaw >= 2.1 && < 2.5,
156+
OpenGLRaw >= 2.1 && < 2.6,
157157
GLURaw >= 1.3 && < 1.6
158158
default-language: Haskell2010
159159
other-extensions:

0 commit comments

Comments
 (0)