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 8d7d198 commit b22ade9Copy full SHA for b22ade9
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: Ide.Plugin.HaddockComments
26
hs-source-dirs: src
27
ghc-options:
@@ -41,6 +45,10 @@ library
41
45
TypeOperators
42
46
43
47
test-suite tests
48
49
50
51
44
52
type: exitcode-stdio-1.0
53
default-language: Haskell2010
54
hs-source-dirs: test
0 commit comments