Skip to content

Commit 912b1cf

Browse files
committed
hls-haddock-comments-plugin is not buildable with ghc 9.2
1 parent d599529 commit 912b1cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/hls-haddock-comments-plugin/hls-haddock-comments-plugin.cabal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ extra-source-files:
1818
test/testdata/*.hs
1919

2020
library
21+
if impl(ghc >= 9.2)
22+
buildable: False
23+
else
24+
buildable: True
2125
exposed-modules: Ide.Plugin.HaddockComments
2226
hs-source-dirs: src
2327
ghc-options:
@@ -41,6 +45,10 @@ library
4145
TypeOperators
4246

4347
test-suite tests
48+
if impl(ghc >= 9.2)
49+
buildable: False
50+
else
51+
buildable: True
4452
type: exitcode-stdio-1.0
4553
default-language: Haskell2010
4654
hs-source-dirs: test

0 commit comments

Comments
 (0)