We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23313fc commit cb7e0caCopy full SHA for cb7e0ca
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.0.0.2
2
+-------
3
+* Relaxed upper version bound for `OpenGLRaw`.
4
+* Silence warnings about pattern synonyms with no type signatures.
5
+
6
2.0.0.1
7
-------
8
* Relaxed upper version bound for `OpenGLRaw`.
GLURaw.cabal
@@ -1,5 +1,5 @@
name: GLURaw
-version: 2.0.0.1
+version: 2.0.0.2
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
@@ -51,7 +51,7 @@ library
51
build-depends:
52
base >= 4 && < 5,
53
transformers >= 0.2 && < 0.6,
54
- OpenGLRaw >= 3.0 && < 3.2
+ OpenGLRaw >= 3.0 && < 3.3
55
default-language: Haskell2010
56
ghc-options: -Wall
57
if impl(ghc > 8)
0 commit comments