From aa566fed07de0ed81ce08d83a327329cb99250e4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 6 May 2026 14:42:44 +0800 Subject: [PATCH] ghcide: now requires extra >= 1.8 Due to using guardedA, which was introduced in extra-1.8 --- ghcide/ghcide.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index 98a1580ccb..6098498701 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -63,7 +63,7 @@ library , edit-distance , enummapset , exceptions - , extra >=1.7.14 + , extra >=1.8 , filepath , fingertree , focus >=1.0.3.2