Skip to content

Commit 62d1e5d

Browse files
committed
Set buildable on GHC 9.4
1 parent 4cb9ff1 commit 62d1e5d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugins/hls-refactor-plugin/hls-refactor-plugin.cabal

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ source-repository head
2222
location: https://github.com/haskell/haskell-language-server.git
2323

2424
library
25-
if impl(ghc >= 9.3)
26-
buildable: False
27-
else
28-
buildable: True
2925
exposed-modules: Development.IDE.GHC.ExactPrint
3026
Development.IDE.GHC.Compat.ExactPrint
3127
Development.IDE.Plugin.CodeAction
@@ -89,10 +85,6 @@ library
8985
default-language: Haskell2010
9086

9187
test-suite tests
92-
if impl(ghc >= 9.3)
93-
buildable: False
94-
else
95-
buildable: True
9688
type: exitcode-stdio-1.0
9789
default-language: Haskell2010
9890
hs-source-dirs: test

0 commit comments

Comments
 (0)