From 44ff4aeb258ae0dd46361e233779c657870f7b35 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 15 Jul 2019 15:58:06 -0400 Subject: [PATCH] Fix a URL. --- fused-effects-exceptions.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fused-effects-exceptions.cabal b/fused-effects-exceptions.cabal index dfa63e8..c6cd9c4 100644 --- a/fused-effects-exceptions.cabal +++ b/fused-effects-exceptions.cabal @@ -4,7 +4,7 @@ name: fused-effects-exceptions version: 0.2.0.0 synopsis: Handle exceptions thrown in IO with fused-effects. description: Provides an effect that enables catching exceptions thrown from impure computations such as 'IO'. -homepage: https://github.com/patrickt/fused-effects-exceptions#readme +homepage: https://github.com/fused-effects/fused-effects-exceptions#readme license: BSD-3-Clause license-file: LICENSE author: Josh Vera