Skip to content

Commit 6791ee8

Browse files
committed
Relaxed bounds for OpenGL package. Bumped version to 2.7.0.2.
1 parent 521c4a9 commit 6791ee8

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.1
2+
version: 2.7.0.2
33
synopsis: A binding for the OpenGL Utility Toolkit
44
description:
55
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -180,7 +180,7 @@ library
180180
transformers >= 0.2 && < 0.5,
181181
StateVar >= 1.1 && < 1.2,
182182
OpenGLRaw >= 2.3 && < 2.6,
183-
OpenGL >= 2.12 && < 2.13
183+
OpenGL >= 2.12 && < 2.14
184184
default-language: Haskell2010
185185
other-extensions: CPP
186186
ghc-options: -Wall

0 commit comments

Comments
 (0)