Skip to content

Commit a9112dc

Browse files
committed
Bump ghcide version
1 parent a3bc949 commit a9112dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ghcide

src/Ide/Plugin.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import Control.Monad
2626
import qualified Data.Aeson as J
2727
import qualified Data.Default
2828
import Data.Either
29+
import Data.Hashable (unhashed)
2930
import qualified Data.List as List
3031
import qualified Data.Map as Map
3132
import Data.Maybe
@@ -599,7 +600,7 @@ getClientConfig lf = fromMaybe Data.Default.def <$> LSP.config lf
599600
-- You can use this function to access it from shake Rules
600601
getClientConfigAction :: Action Config
601602
getClientConfigAction = do
602-
mbVal <- useNoFile_ GetClientSettings
603+
mbVal <- unhashed <$> useNoFile_ GetClientSettings
603604
logm $ "getClientConfigAction:clientSettings:" ++ show mbVal
604605
case J.fromJSON <$> mbVal of
605606
Just (J.Success c) -> return c

0 commit comments

Comments
 (0)