mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-26 23:13:48 +03:00
Bump exceptions upper bound in concurrency
This commit is contained in:
parent
fad87b2261
commit
cf6fa780c4
@ -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)
|
||||
--------------------
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user