Skip to content

Commit 956aff4

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.7.0.6.
1 parent 96ec477 commit 956aff4

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+
2.7.0.6
2+
--------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
2.7.0.5
26
--------
37
* Make things work with both old and new `OpenGLRaw`/`GLURaw` packages.

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.5
2+
version: 2.7.0.6
33
synopsis: A binding for the OpenGL Utility Toolkit
44
description:
55
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -229,7 +229,7 @@ executable Misc-SmoothOpenGL3
229229
if !flag(BuildExamples)
230230
buildable: False
231231
main-is: SmoothOpenGL3.hs
232-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.1, GLUT
232+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.2, GLUT
233233
hs-source-dirs: examples/Misc
234234
default-language: Haskell2010
235235
ghc-options: -Wall

0 commit comments

Comments
 (0)