Skip to content

Commit 463f0c5

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.7.0.8.
1 parent 58d0627 commit 463f0c5

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.8
2+
--------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
2.7.0.7
26
-------
37
* Removed redundant constraints.

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

0 commit comments

Comments
 (0)