Skip to content

Commit 15e42df

Browse files
authored
Merge pull request #122 from tejon/patch-1
Update transformers bounds
2 parents 472f3ab + 344807d commit 15e42df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sdl2
2-
version: 2.1.2
2+
version: 2.1.2.1
33
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.2).
44
description:
55
This package contains bindings to the SDL 2 library, in both high- and
@@ -113,7 +113,7 @@ library
113113
linear >= 1.10.1.2 && < 1.21,
114114
StateVar >= 1.1.0.0 && < 1.2,
115115
text >= 1.1.0.0 && < 1.3,
116-
transformers >= 0.2 && < 0.5,
116+
transformers >= 0.2 && < 0.6,
117117
vector >= 0.10.9.0 && < 0.12
118118

119119
default-language:

0 commit comments

Comments
 (0)