We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenGLRaw
1 parent 64f636d commit f70b4bbCopy full SHA for f70b4bb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.0.0.4
2
+-------
3
+* Relaxed upper version bound for `OpenGLRaw`.
4
+
5
2.0.0.3
6
-------
7
* Fixed dynamic loading of GLU library for recent GHC versions.
GLURaw.cabal
@@ -1,5 +1,5 @@
name: GLURaw
-version: 2.0.0.3
+version: 2.0.0.4
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -53,7 +53,7 @@ library
53
build-depends:
54
base >= 4 && < 5,
55
transformers >= 0.2 && < 0.6,
56
- OpenGLRaw >= 3.0 && < 3.3
+ OpenGLRaw >= 3.0 && < 3.4
57
default-language: Haskell2010
58
ghc-options: -Wall
59
if impl(ghc > 8)
0 commit comments