From 7dd8d12d98a1407654950e6dedd37129797a4540 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Fri, 2 Apr 2021 08:22:29 -0400 Subject: [PATCH] CI: Test GHC 9.0.1 --- exceptions.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/exceptions.cabal b/exceptions.cabal index ad6697d..b29b6cb 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -24,6 +24,7 @@ tested-with: GHC == 7.0.4 , GHC == 8.6.5 , GHC == 8.8.3 , GHC == 8.10.1 + , GHC == 9.0.1 synopsis: Extensible optionally-pure exceptions description: Extensible optionally-pure exceptions. -- GitLab