Skip to content

Commit 7fdf966

Browse files
f
1 parent 74081dc commit 7fdf966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-language-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,13 +932,13 @@ flag splice
932932
manual: True
933933

934934
common splice
935-
if flag(splice)
935+
if flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds))
936936
build-depends: haskell-language-server:hls-splice-plugin
937937
cpp-options: -Dhls_splice
938938

939939
library hls-splice-plugin
940940
import: defaults, pedantic, warnings
941-
if !flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds))
941+
if !(flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds)))
942942
buildable: False
943943
exposed-modules:
944944
Ide.Plugin.Splice

0 commit comments

Comments
 (0)