Skip to content

Commit 13db471

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.0.0.1.
1 parent 03c4ac2 commit 13db471

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.0.1
2+
-------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
2.0.0.0
26
-------
37
* Use pattern synonyms.

GLURaw.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLURaw
2-
version: 2.0.0.0
2+
version: 2.0.0.1
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
@@ -46,7 +46,7 @@ library
4646
build-depends:
4747
base >= 4 && < 5,
4848
transformers >= 0.2 && < 0.6,
49-
OpenGLRaw >= 3.0 && < 3.1
49+
OpenGLRaw >= 3.0 && < 3.2
5050
default-language: Haskell2010
5151
ghc-options: -Wall
5252
other-extensions:

0 commit comments

Comments
 (0)