Skip to content

Commit 48c532c

Browse files
committed
wibble
1 parent c095bba commit 48c532c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ common haddockComments
247247
cpp-options: -Dhls_haddockComments
248248

249249
common hectare
250-
if flag(hectare) && (impl(ghc < 9) || flag(ignore-plugins-ghc-bounds))
250+
if flag(hectare) && ((impl(ghc > 8.10) && impl(ghc < 9)) || flag(ignore-plugins-ghc-bounds))
251251
build-depends: hls-hectare-plugin
252252
cpp-options: -Dhls_hectare
253253

plugins/hls-hectare-plugin/Ide/Plugin/Hectare.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ descriptor pluginId = (defaultPluginDescriptor pluginId)
1313
-- This plugin is opt-in
1414
, pluginConfigDescriptor = defaultConfigDescriptor {
1515
configHasDiagnostics = True,
16-
configInitialGenericConfig = Just def {
16+
configInitialGenericConfig = def {
1717
plcGlobalOn = False
1818
}
1919
}

0 commit comments

Comments
 (0)