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 74081dc commit 7fdf966Copy full SHA for 7fdf966
haskell-language-server.cabal
@@ -932,13 +932,13 @@ flag splice
932
manual: True
933
934
common splice
935
- if flag(splice)
+ if flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds))
936
build-depends: haskell-language-server:hls-splice-plugin
937
cpp-options: -Dhls_splice
938
939
library hls-splice-plugin
940
import: defaults, pedantic, warnings
941
- if !flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds))
+ if !(flag(splice) && (impl(ghc < 9.10) || flag(ignore-plugins-ghc-bounds)))
942
buildable: False
943
exposed-modules:
944
Ide.Plugin.Splice
0 commit comments