From 47ae6df816dd1985a490412ba3cd6a414103f20b Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 13 Jul 2020 11:10:56 -0400 Subject: [PATCH] Add 8.10 to tested-with. --- fused-effects-exceptions.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/fused-effects-exceptions.cabal b/fused-effects-exceptions.cabal index 596604f..7ba94ac 100644 --- a/fused-effects-exceptions.cabal +++ b/fused-effects-exceptions.cabal @@ -21,6 +21,7 @@ tested-with: GHC == 8.4.4 GHC == 8.6.5 GHC == 8.8.1 + GHC == 8.10.1 common common default-language: Haskell2010