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 2b94f85 commit 42ee13cCopy full SHA for 42ee13c
plugins/hls-refactor-plugin/hls-refactor-plugin.cabal
@@ -22,10 +22,6 @@ source-repository head
22
location: https://github.com/haskell/haskell-language-server.git
23
24
library
25
- if impl(ghc >= 9.3)
26
- buildable: False
27
- else
28
- buildable: True
29
exposed-modules: Development.IDE.GHC.ExactPrint
30
Development.IDE.GHC.Compat.ExactPrint
31
Development.IDE.Plugin.CodeAction
@@ -89,10 +85,6 @@ library
89
85
default-language: Haskell2010
90
86
91
87
test-suite tests
92
93
94
95
96
88
type: exitcode-stdio-1.0
97
98
hs-source-dirs: test
0 commit comments