From 430eea4d5313bc9d699e3c0a6a993ca217feb2ab Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 31 Jul 2025 13:25:06 +0200 Subject: [PATCH] Fix build with GHC 9.10.3-rc1 Re: - https://gitlab.haskell.org/ghc/ghc/-/issues/22581 - https://gitlab.haskell.org/ghc/ghc/-/issues/26250 Closes #4678 --- .../src/Ide/Plugin/SemanticTokens/SemanticConfig.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs b/plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs index e9e8034ce3..be793cfe7a 100644 --- a/plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs +++ b/plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/SemanticConfig.hs @@ -16,8 +16,8 @@ import Development.IDE (Action, usePropertyAction) import GHC.TypeLits (KnownSymbol) import Ide.Plugin.Properties (KeyNameProxy, NotElem, Properties, - PropertyKey (type PropertyKey), - PropertyType (type TEnum), + PropertyKey (PropertyKey), + PropertyType (TEnum), defineEnumProperty, emptyProperties) import Ide.Plugin.SemanticTokens.Types