We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476a5b commit 3963421Copy full SHA for 3963421
plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal
@@ -18,6 +18,10 @@ extra-source-files:
18
test/testdata/*.hs
19
20
library
21
+ if impl(ghc >= 9.2)
22
+ buildable: False
23
+ else
24
+ buildable: True
25
exposed-modules:
26
Ide.Plugin.HaddockComments
27
Ide.Plugin.HaddockComments.Data
@@ -31,7 +35,7 @@ library
31
35
, base >=4.12 && <5
32
36
, containers
33
37
, ghc
34
- , ghc-exactprint
38
+ , ghc-exactprint < 1
39
, ghcide ^>=1.8
40
, hls-plugin-api ^>=1.5
41
, hls-refactor-plugin
0 commit comments