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.
exceptions
1 parent 8498e70 commit 754047dCopy full SHA for 754047d
ChangeLog.md
@@ -4,6 +4,7 @@
4
* `getModalMouseLocation` returns either a `Vector` or a `Point`, wrapped in (new) `ModalLocation`.
5
* `WindowSizeChangedEventData` includes the new window size.
6
* Added an invalid state to the `ControllerButtonState` enum, and switched to a more reliable state detection method.
7
+* Raise upper bounds for `exceptions` to <0.10
8
9
10
2.3.0
sdl2.cabal
@@ -122,7 +122,7 @@ library
122
build-depends:
123
base >= 4.7 && < 5,
124
bytestring >= 0.10.4.0 && < 0.11,
125
- exceptions >= 0.4 && < 0.9,
+ exceptions >= 0.4 && < 0.10,
126
StateVar >= 1.1.0.0 && < 1.2,
127
text >= 1.1.0.0 && < 1.3,
128
transformers >= 0.2 && < 0.6,
0 commit comments