Skip to content

Commit b61f9b1

Browse files
committed
Raise upper bounds for exceptions to <0.11
1 parent 754047d commit b61f9b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.4.0.1
2+
=======
3+
* Raise upper bounds for `exceptions` to <0.11
4+
5+
16
2.4.0
27
=====
38
* `getRelativeMouseLocation` now returns `Vector` instead of `Point`.

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.4.0
2+
version: 2.4.0.1
33
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.4+).
44
description:
55
This package contains bindings to the SDL 2 library, in both high- and
@@ -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.10,
125+
exceptions >= 0.4 && < 0.11,
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)