File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/hls-hectare-plugin/Ide/Plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ common haddockComments
247
247
cpp-options : -Dhls_haddockComments
248
248
249
249
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))
251
251
build-depends : hls-hectare-plugin
252
252
cpp-options : -Dhls_hectare
253
253
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ descriptor pluginId = (defaultPluginDescriptor pluginId)
13
13
-- This plugin is opt-in
14
14
, pluginConfigDescriptor = defaultConfigDescriptor {
15
15
configHasDiagnostics = True ,
16
- configInitialGenericConfig = Just def {
16
+ configInitialGenericConfig = def {
17
17
plcGlobalOn = False
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments