Skip to content

Commit c1c8dc5

Browse files
committed
Relaxed upper version bound for transformers. Bumped version to 2.0.0.5.
1 parent 7b37ca7 commit c1c8dc5

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.5
2+
-------
3+
* Relaxed upper version bound for `transformers`.
4+
15
2.0.0.4
26
-------
37
* Relaxed upper version bound for `OpenGLRaw`.

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.4
2+
version: 2.0.0.5
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
@@ -54,7 +54,7 @@ library
5454
hs-source-dirs: src
5555
build-depends:
5656
base >= 4 && < 5,
57-
transformers >= 0.2 && < 0.6,
57+
transformers >= 0.2 && < 0.7,
5858
OpenGLRaw >= 3.0 && < 3.4
5959
default-language: Haskell2010
6060
ghc-options: -Wall

0 commit comments

Comments
 (0)