From 3c1ddeb5700cf818015257d74f91727c7f29c45b Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 26 Feb 2018 20:00:28 +0000 Subject: [PATCH] Bump upper bound of exceptions for hunit-dejafu --- hunit-dejafu/hunit-dejafu.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunit-dejafu/hunit-dejafu.cabal b/hunit-dejafu/hunit-dejafu.cabal index d7e04eb..34f2d07 100755 --- a/hunit-dejafu/hunit-dejafu.cabal +++ b/hunit-dejafu/hunit-dejafu.cabal @@ -37,7 +37,7 @@ library -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5 - , exceptions >=0.7 && <0.9 + , exceptions >=0.7 && <0.10 , dejafu >=1.0 && <1.2 , HUnit >=1.2 && <1.7 -- hs-source-dirs: