From cf6fa780c465167de5e380b861d29f072b257f10 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sun, 11 Mar 2018 20:05:58 +0000 Subject: [PATCH] Bump exceptions upper bound in concurrency --- concurrency/CHANGELOG.rst | 9 +++++++++ concurrency/concurrency.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/concurrency/CHANGELOG.rst b/concurrency/CHANGELOG.rst index 50d50e8..dbc6920 100644 --- a/concurrency/CHANGELOG.rst +++ b/concurrency/CHANGELOG.rst @@ -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) -------------------- diff --git a/concurrency/concurrency.cabal b/concurrency/concurrency.cabal index 88177a1..98b18ed 100755 --- a/concurrency/concurrency.cabal +++ b/concurrency/concurrency.cabal @@ -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