Skip to content

Commit

Permalink
Raise upper bounds for exceptions to <0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
polarina committed Mar 11, 2018
1 parent 754047d commit b61f9b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4.0.1
=======
* Raise upper bounds for `exceptions` to <0.11


2.4.0
=====
* `getRelativeMouseLocation` now returns `Vector` instead of `Point`.
Expand Down
4 changes: 2 additions & 2 deletions sdl2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sdl2
version: 2.4.0
version: 2.4.0.1
synopsis: Both high- and low-level bindings to the SDL library (version 2.0.4+).
description:
This package contains bindings to the SDL 2 library, in both high- and
Expand Down Expand Up @@ -122,7 +122,7 @@ library
build-depends:
base >= 4.7 && < 5,
bytestring >= 0.10.4.0 && < 0.11,
exceptions >= 0.4 && < 0.10,
exceptions >= 0.4 && < 0.11,
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 b61f9b1

Please sign in to comment.