From aaaee45efc9453e797a191be937b81a8d8fc149f Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Wed, 8 Jul 2020 11:09:01 -0400 Subject: [PATCH] Bump to 1.1. --- cabal.project | 5 ----- fused-effects-exceptions.cabal | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cabal.project b/cabal.project index 4661747..e6fdbad 100644 --- a/cabal.project +++ b/cabal.project @@ -1,6 +1 @@ packages: . - -source-repository-package - type: git - location: https://github.com/fused-effects/fused-effects.git - tag: e677228b1f9c69a9378c3f33ea9ca798b06831d3 diff --git a/fused-effects-exceptions.cabal b/fused-effects-exceptions.cabal index 0c1035a..2f922c2 100644 --- a/fused-effects-exceptions.cabal +++ b/fused-effects-exceptions.cabal @@ -33,7 +33,7 @@ library Control.Effect.Exception build-depends: base >= 4.7 && < 5 - , fused-effects >= 1 + , fused-effects >= 1.1 , transformers >= 0.4 && < 0.6 test-suite test