From 9809c08e7942b3d828b59ff76db6bb8211ab10bb Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Thu, 18 Apr 2024 09:10:01 +0100 Subject: [PATCH] retire ghc 8.4.4 support. add tests for stable ghc 9.x releases --- tidal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidal.cabal b/tidal.cabal index 522c763f..f9de059d 100644 --- a/tidal.cabal +++ b/tidal.cabal @@ -13,7 +13,7 @@ Stability: Experimental Copyright: (c) Alex McLean and other contributors, 2021 category: Sound build-type: Simple -tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1 +tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC == 9.4.8, GHC == 9.6.5, GHC == 9.8.2 data-files: BootTidal.hs Extra-source-files: README.md CHANGELOG.md tidal.el