Skip to content

Commit

Permalink
Raise upper bounds for exceptions to <0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
polarina committed Mar 10, 2018
1 parent 8498e70 commit 754047d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* `getModalMouseLocation` returns either a `Vector` or a `Point`, wrapped in (new) `ModalLocation`.
* `WindowSizeChangedEventData` includes the new window size.
* Added an invalid state to the `ControllerButtonState` enum, and switched to a more reliable state detection method.
* Raise upper bounds for `exceptions` to <0.10


2.3.0
Expand Down
2 changes: 1 addition & 1 deletion sdl2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ library
build-depends:
base >= 4.7 && < 5,
bytestring >= 0.10.4.0 && < 0.11,
exceptions >= 0.4 && < 0.9,
exceptions >= 0.4 && < 0.10,
StateVar >= 1.1.0.0 && < 1.2,
text >= 1.1.0.0 && < 1.3,
transformers >= 0.2 && < 0.6,
Expand Down

0 comments on commit 754047d

Please sign in to comment.