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.
transformers
1 parent 7b37ca7 commit c1c8dc5Copy full SHA for c1c8dc5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.0.0.5
2
+-------
3
+* Relaxed upper version bound for `transformers`.
4
+
5
2.0.0.4
6
-------
7
* Relaxed upper version bound for `OpenGLRaw`.
GLURaw.cabal
@@ -1,5 +1,5 @@
name: GLURaw
-version: 2.0.0.4
+version: 2.0.0.5
synopsis: A raw binding for the OpenGL graphics system
description:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -54,7 +54,7 @@ library
54
hs-source-dirs: src
55
build-depends:
56
base >= 4 && < 5,
57
- transformers >= 0.2 && < 0.6,
+ transformers >= 0.2 && < 0.7,
58
OpenGLRaw >= 3.0 && < 3.4
59
default-language: Haskell2010
60
ghc-options: -Wall
0 commit comments