Skip to content

Commit

Permalink
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.7.0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Mar 22, 2018
1 parent 7a76f19 commit 53cd090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.7.0.13
--------
* Relaxed upper version bound for `OpenGLRaw`.

2.7.0.12
--------
* Mac OS X: Make it possible to link against freeglut.
Expand Down
4 changes: 2 additions & 2 deletions GLUT.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: GLUT
version: 2.7.0.12
version: 2.7.0.13
synopsis: A binding for the OpenGL Utility Toolkit
description:
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
Expand Down Expand Up @@ -237,7 +237,7 @@ executable Misc-SmoothOpenGL3
if !flag(BuildExamples)
buildable: False
main-is: SmoothOpenGL3.hs
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.3, GLUT
build-depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.11, OpenGLRaw >= 1.0 && < 3.4, GLUT
hs-source-dirs: examples/Misc
default-language: Haskell2010
ghc-options: -Wall
Expand Down

0 comments on commit 53cd090

Please sign in to comment.