Skip to content

Commit 53cd090

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.7.0.13.
1 parent 7a76f19 commit 53cd090

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.13
2+
--------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
2.7.0.12
26
--------
37
* Mac OS X: Make it possible to link against freeglut.

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.12
2+
version: 2.7.0.13
33
synopsis: A binding for the OpenGL Utility Toolkit
44
description:
55
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
@@ -237,7 +237,7 @@ executable Misc-SmoothOpenGL3
237237
if !flag(BuildExamples)
238238
buildable: False
239239
main-is: SmoothOpenGL3.hs
240-
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.3, GLUT
240+
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.4, GLUT
241241
hs-source-dirs: examples/Misc
242242
default-language: Haskell2010
243243
ghc-options: -Wall

0 commit comments

Comments
 (0)