We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c4ac2 commit 13db471Copy full SHA for 13db471
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.0.0.1
2
+-------
3
+* Relaxed upper version bound for `OpenGLRaw`.
4
+
5
2.0.0.0
6
-------
7
* Use pattern synonyms.
GLURaw.cabal
@@ -1,5 +1,5 @@
name: GLURaw
-version: 2.0.0.0
+version: 2.0.0.1
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
@@ -46,7 +46,7 @@ library
46
build-depends:
47
base >= 4 && < 5,
48
transformers >= 0.2 && < 0.6,
49
- OpenGLRaw >= 3.0 && < 3.1
+ OpenGLRaw >= 3.0 && < 3.2
50
default-language: Haskell2010
51
ghc-options: -Wall
52
other-extensions:
0 commit comments