From f7f0df2f6d72a4136bdef44168d829c7c915557d Mon Sep 17 00:00:00 2001 From: jneira Date: Wed, 1 Sep 2021 08:08:05 +0200 Subject: [PATCH] Use extra < 1.7.10 --- ghcide/ghcide.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index ff628b9577..bb897af984 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -48,7 +48,8 @@ library dependent-map, dependent-sum, dlist, - extra >= 1.7.4, + -- we can't use >= 1.7.10 while we have to use hlint == 3.2.* + extra >= 1.7.4 && < 1.7.10, fuzzy, filepath, fingertree,