From 6a8e3d506bfb2c815bdd8d480405d06d52aa8830 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Wed, 7 Feb 2024 18:21:10 +0530 Subject: [PATCH 1/2] Bump ghcide-test-utils to 2.0.0.0 We need this so we can release a version compatible with 2.6.0.0 I will need to make hackage revisions to all the plugin packages that depend on it --- ghcide/test/ghcide-test-utils.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/test/ghcide-test-utils.cabal b/ghcide/test/ghcide-test-utils.cabal index 414e9f9724..e0d2777bd7 100644 --- a/ghcide/test/ghcide-test-utils.cabal +++ b/ghcide/test/ghcide-test-utils.cabal @@ -3,7 +3,7 @@ cabal-version: 3.0 build-type: Simple category: Development name: ghcide-test-utils -version: 1.9.0.0 +version: 2.0.0.0 license: Apache-2.0 license-file: LICENSE author: Digital Asset and Ghcide contributors From b3cbb4014ed6a7d7a41a2af53393f89c78444dd3 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Wed, 7 Feb 2024 18:38:34 +0530 Subject: [PATCH 2/2] update ghcide-test-utils tested with --- ghcide/test/ghcide-test-utils.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/test/ghcide-test-utils.cabal b/ghcide/test/ghcide-test-utils.cabal index e0d2777bd7..56e507c236 100644 --- a/ghcide/test/ghcide-test-utils.cabal +++ b/ghcide/test/ghcide-test-utils.cabal @@ -14,7 +14,7 @@ description: Test utils for ghcide homepage: https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme bug-reports: https://github.com/haskell/haskell-language-server/issues -tested-with: GHC == 9.0.2 || == 9.2.3 || == 9.2.4 +tested-with: GHC == 9.2.8 || == 9.4.8 || == 9.6.4 || == 9.8.1 source-repository head type: git