Skip to content

Commit 3963421

Browse files
author
kokobd
committed
restore constraints
1 parent 2476a5b commit 3963421

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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:
2226
Ide.Plugin.HaddockComments
2327
Ide.Plugin.HaddockComments.Data
@@ -31,7 +35,7 @@ library
3135
, base >=4.12 && <5
3236
, containers
3337
, ghc
34-
, ghc-exactprint
38+
, ghc-exactprint < 1
3539
, ghcide ^>=1.8
3640
, hls-plugin-api ^>=1.5
3741
, hls-refactor-plugin

0 commit comments

Comments
 (0)