Skip to content

Commit 754047d

Browse files
committed
Raise upper bounds for exceptions to <0.10
1 parent 8498e70 commit 754047d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* `getModalMouseLocation` returns either a `Vector` or a `Point`, wrapped in (new) `ModalLocation`.
55
* `WindowSizeChangedEventData` includes the new window size.
66
* 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
78

89

910
2.3.0

sdl2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ library
122122
build-depends:
123123
base >= 4.7 && < 5,
124124
bytestring >= 0.10.4.0 && < 0.11,
125-
exceptions >= 0.4 && < 0.9,
125+
exceptions >= 0.4 && < 0.10,
126126
StateVar >= 1.1.0.0 && < 1.2,
127127
text >= 1.1.0.0 && < 1.3,
128128
transformers >= 0.2 && < 0.6,

0 commit comments

Comments
 (0)