From 5b0b4b2537ed77f518834a9ad597ee3a1521bdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=8Cbod=CA=B2=C9=AA=CB=88=C9=A1r=CA=B2im?= Date: Sun, 1 May 2022 00:40:18 +0100 Subject: [PATCH] ghcide requires ghc-exactprint >= 1.4 E. g., instance Default EpaLocation is not present in ghc-exactprint-1.3 --- ghcide/ghcide.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index a67151319f..64f59c3c79 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -108,6 +108,9 @@ library hie-bios ^>= 0.9.1, implicit-hie-cradle ^>= 0.3.0.5 || ^>= 0.5, base16-bytestring >=0.1.1 && <1.1 + if impl(ghc >= 9.2) + build-depends: + ghc-exactprint >= 1.4 if os(windows) build-depends: Win32