Skip to content

Commit cb7e0ca

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.0.0.2.
1 parent 23313fc commit cb7e0ca

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
2.0.0.1
27
-------
38
* Relaxed upper version bound for `OpenGLRaw`.

GLURaw.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLURaw
2-
version: 2.0.0.1
2+
version: 2.0.0.2
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -51,7 +51,7 @@ library
5151
build-depends:
5252
base >= 4 && < 5,
5353
transformers >= 0.2 && < 0.6,
54-
OpenGLRaw >= 3.0 && < 3.2
54+
OpenGLRaw >= 3.0 && < 3.3
5555
default-language: Haskell2010
5656
ghc-options: -Wall
5757
if impl(ghc > 8)

0 commit comments

Comments
 (0)