Skip to content

Commit 966f398

Browse files
committed
Relaxed upper version bound for OpenGLRaw.
1 parent 57a4d35 commit 966f398

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
2.7.0.3
22
--------
3+
* Relaxed upper version bound for OpenGLRaw.
34
* Added CHANGELOG.md to distribution.
5+
* Minor build/testing tweaks.
46

57
2.7.0.2
68
--------

GLUT.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ library
180180
containers >= 0.3 && < 0.6,
181181
transformers >= 0.2 && < 0.5,
182182
StateVar >= 1.1 && < 1.2,
183-
OpenGLRaw >= 2.3 && < 2.6,
183+
OpenGLRaw >= 2.3 && < 2.7,
184184
OpenGL >= 2.12 && < 2.14
185185
default-language: Haskell2010
186186
other-extensions: CPP

0 commit comments

Comments
 (0)