We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da4d20 commit 3b02652Copy full SHA for 3b02652
GLURaw.cabal
@@ -1,5 +1,5 @@
1
name: GLURaw
2
-version: 1.5.0.0
+version: 1.5.0.1
3
synopsis: A raw binding for the OpenGL graphics system
4
description:
5
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -45,7 +45,7 @@ library
45
build-depends:
46
base >= 4 && < 5,
47
transformers >= 0.2 && < 0.5,
48
- OpenGLRaw >= 2.4 && < 2.5
+ OpenGLRaw >= 2.4 && < 2.6
49
default-language: Haskell2010
50
ghc-options: -Wall
51
other-extensions: CPP
0 commit comments