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.
1 parent 472f3ab commit 344807dCopy full SHA for 344807d
sdl2.cabal
@@ -1,5 +1,5 @@
1
name: sdl2
2
-version: 2.1.2
+version: 2.1.2.1
3
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.2).
4
description:
5
This package contains bindings to the SDL 2 library, in both high- and
@@ -113,7 +113,7 @@ library
113
linear >= 1.10.1.2 && < 1.21,
114
StateVar >= 1.1.0.0 && < 1.2,
115
text >= 1.1.0.0 && < 1.3,
116
- transformers >= 0.2 && < 0.5,
+ transformers >= 0.2 && < 0.6,
117
vector >= 0.10.9.0 && < 0.12
118
119
default-language:
0 commit comments