Skip to content

Commit 95e63c5

Browse files
committed
remove buildable constraint - rely on ecta-plugin to set the correct bounds on the ghc package instead
1 parent d39a6dc commit 95e63c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugins/hls-ecta-plugin/hls-ecta-plugin.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ extra-source-files:
1414
LICENSE
1515

1616
library
17-
if impl(ghc > 8.9) && impl(ghc < 9.0)
18-
buildable: True
19-
else
20-
buildable: False
17+
buildable: True
2118
exposed-modules: Ide.Plugin.Ecta
2219
build-depends:
2320
base >=4.12 && <5

0 commit comments

Comments
 (0)