Skip to content

Commit db6d6d8

Browse files
Bodigrimsloorush
authored andcommitted
ghcide requires ghc-exactprint >= 1.4 (haskell#2876)
E. g., instance Default EpaLocation is not present in ghc-exactprint-1.3
1 parent 53add76 commit db6d6d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/ghcide.cabal

+3
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)