File tree 1 file changed +2
-2
lines changed
ghcide/src/Development/IDE/Core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ import Ide.Plugin.Config
139
139
import qualified Language.LSP.Server as LSP
140
140
import Language.LSP.Types (SMethod (SCustomMethod ))
141
141
import Language.LSP.VFS
142
- import System.Directory (canonicalizePath , makeAbsolute )
142
+ import System.Directory (makeAbsolute )
143
143
import Data.Default (def , Default )
144
144
import Ide.Plugin.Properties (HasProperty ,
145
145
KeyNameProxy ,
@@ -759,7 +759,7 @@ getModIfaceFromDiskAndIndexRule =
759
759
hie_loc = Compat. ml_hie_file $ ms_location ms
760
760
hash <- liftIO $ Util. getFileHash hie_loc
761
761
mrow <- liftIO $ HieDb. lookupHieFileFromSource hiedb (fromNormalizedFilePath f)
762
- hie_loc' <- liftIO $ traverse (canonicalizePath . HieDb. hieModuleHieFile) mrow
762
+ hie_loc' <- liftIO $ traverse (makeAbsolute . HieDb. hieModuleHieFile) mrow
763
763
case mrow of
764
764
Just row
765
765
| hash == HieDb. modInfoHash (HieDb. hieModInfo row)
You can’t perform that action at this time.
0 commit comments