Skip to content

Commit 3b02652

Browse files
committed
Relaxed OpenGLRaw bound. Bumped version to 1.5.0.1.
1 parent 4da4d20 commit 3b02652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: 1.5.0.0
2+
version: 1.5.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
@@ -45,7 +45,7 @@ library
4545
build-depends:
4646
base >= 4 && < 5,
4747
transformers >= 0.2 && < 0.5,
48-
OpenGLRaw >= 2.4 && < 2.5
48+
OpenGLRaw >= 2.4 && < 2.6
4949
default-language: Haskell2010
5050
ghc-options: -Wall
5151
other-extensions: CPP

0 commit comments

Comments
 (0)