diff --git a/hie-plugin-api/Haskell/Ide/Engine/PluginsIdeMonads.hs b/hie-plugin-api/Haskell/Ide/Engine/PluginsIdeMonads.hs index 0be920042..468d9cbce 100644 --- a/hie-plugin-api/Haskell/Ide/Engine/PluginsIdeMonads.hs +++ b/hie-plugin-api/Haskell/Ide/Engine/PluginsIdeMonads.hs @@ -455,7 +455,7 @@ withIndefiniteProgress t c f = do Just wp -> control $ \run -> wp t c (run f) data IdeState = IdeState - { moduleCache :: GhcModuleCache + { moduleCache :: !GhcModuleCache -- | A queue of requests to be performed once a module is loaded , requestQueue :: Map.Map FilePath [UriCacheResult -> IdeM ()] , extensibleState :: !(Map.Map TypeRep Dynamic)