Skip to content

Commit 1473e95

Browse files
authored
ghcide requires ghc-exactprint >= 1.4 (#2876)
E. g., instance Default EpaLocation is not present in ghc-exactprint-1.3
1 parent 95e9e3a commit 1473e95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/ghcide.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ library
108108
hie-bios ^>= 0.9.1,
109109
implicit-hie-cradle ^>= 0.3.0.5 || ^>= 0.5,
110110
base16-bytestring >=0.1.1 && <1.1
111+
if impl(ghc >= 9.2)
112+
build-depends:
113+
ghc-exactprint >= 1.4
111114
if os(windows)
112115
build-depends:
113116
Win32

0 commit comments

Comments
 (0)