Skip to content

Commit e1ccaf0

Browse files
committed
Relaxed upper version bound for transformers.
1 parent dcf481a commit e1ccaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ library
152152
bytestring >= 0.9 && < 0.11,
153153
containers >= 0.3 && < 0.6,
154154
text >= 0.1 && < 1.3,
155-
transformers >= 0.2 && < 0.5,
155+
transformers >= 0.2 && < 0.6,
156156
ObjectName >= 1.1 && < 1.2,
157157
StateVar >= 1.1 && < 1.2,
158158
OpenGLRaw >= 2.6.1 && < 2.7,

0 commit comments

Comments
 (0)