Bump exceptions upper bound in concurrency

This commit is contained in:
Michael Walker 2018-03-11 20:05:58 +00:00
parent fad87b2261
commit cf6fa780c4
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,15 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
Miscellaneous
~~~~~~~~~~~~~
* The upper bound on :hackage:`exceptions` is <0.11.
1.4.0.1 (2018-02-26)
--------------------

View File

@ -58,7 +58,7 @@ library
build-depends: base >=4.8 && <5
, array >=0.5 && <0.6
, atomic-primops >=0.8 && <0.9
, exceptions >=0.7 && <0.10
, exceptions >=0.7 && <0.11
, monad-control >=1.0 && <1.1
, mtl >=2.2 && <2.3
, stm >=2.4 && <2.5