Skip to content

Commit e600b6a

Browse files
authored
Bump bounds for transformers dependency (#268)
Hackage hosts an incompatibly higher version now.
1 parent b4fe21c commit e600b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ library
142142
exceptions >= 0.4 && < 0.11,
143143
StateVar >= 1.1.0.0 && < 1.3,
144144
text >= 1.1.0.0 && < 2.1,
145-
transformers >= 0.2 && < 0.6,
145+
transformers >= 0.2 && < 0.7,
146146
vector >= 0.10.9.0 && < 0.13
147147

148148
if flag(no-linear)

0 commit comments

Comments
 (0)