Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cabal-ghc92.project
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ allow-newer:
-- https://github.com/lspitzner/butcher/pull/8
butcher:base,

hls-haddock-comments-plugin:ghc-exactprint,

implicit-hie-cradle:bytestring,
implicit-hie-cradle:time,

Expand Down
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ common callHierarchy
cpp-options: -DcallHierarchy

common haddockComments
if flag(haddockComments)
if flag(haddockComments) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-haddock-comments-plugin ^>= 1.0
cpp-options: -DhaddockComments

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
, base >=4.12 && <5
, containers
, ghc
, ghc-exactprint
, ghc-exactprint < 1
, ghcide ^>=1.6 || ^>=1.7
, hls-plugin-api ^>=1.3 || ^>=1.4
, lsp-types
Expand Down