Skip to content

Commit f70b4bb

Browse files
committed
Relaxed upper version bound for OpenGLRaw. Bumped version to 2.0.0.4.
1 parent 64f636d commit f70b4bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.0.4
2+
-------
3+
* Relaxed upper version bound for `OpenGLRaw`.
4+
15
2.0.0.3
26
-------
37
* Fixed dynamic loading of GLU library for recent GHC versions.

GLURaw.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLURaw
2-
version: 2.0.0.3
2+
version: 2.0.0.4
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
@@ -53,7 +53,7 @@ library
5353
build-depends:
5454
base >= 4 && < 5,
5555
transformers >= 0.2 && < 0.6,
56-
OpenGLRaw >= 3.0 && < 3.3
56+
OpenGLRaw >= 3.0 && < 3.4
5757
default-language: Haskell2010
5858
ghc-options: -Wall
5959
if impl(ghc > 8)

0 commit comments

Comments
 (0)