Skip to content

Commit ce3a3ed

Browse files
committed
Relaxed OpenGLRaw bound. Bumped version to 2.7.0.1.
1 parent 0b53401 commit ce3a3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GLUT.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLUT
2-
version: 2.7.0.0
2+
version: 2.7.0.1
33
synopsis: A binding for the OpenGL Utility Toolkit
44
description:
55
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -179,7 +179,7 @@ library
179179
containers >= 0.3 && < 0.6,
180180
transformers >= 0.2 && < 0.5,
181181
StateVar >= 1.1 && < 1.2,
182-
OpenGLRaw >= 2.3 && < 2.5,
182+
OpenGLRaw >= 2.3 && < 2.6,
183183
OpenGL >= 2.12 && < 2.13
184184
default-language: Haskell2010
185185
other-extensions: CPP

0 commit comments

Comments
 (0)